#include "CeylanDisplayable.h"#include <string>#include <list>#include <iosfwd>


Go to the source code of this file.
Classes | |
| class | Ceylan::TextDisplayable |
| Interface that every Displayable able to show a textual representation of itself should implement. More... | |
Namespaces | |
| namespace | Ceylan |
| This part of the Ceylan namespace gathers some convenient string manipulation facilities to be widely used. | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Ceylan::TextDisplayable &textDisplayable) |
| Operator used to display easily a TextDisplayable into an output stream. | |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const Ceylan::TextDisplayable & | textDisplayable | |||
| ) |
Operator used to display easily a TextDisplayable into an output stream.
The description is the one returned by toString with high level of detail selected.
Definition at line 81 of file CeylanTextDisplayable.cc.
References Ceylan::high, and Ceylan::TextDisplayable::toString().
1.5.8