LAMA
|
Base class to be used for base classes that will output on a stream. More...
Go to the source code of this file.
Data Structures | |
class | Printable |
The class Printable can be used as a base class for classes that should provide the output operator << to print info about it. More... | |
Functions | |
LAMA_DLL_IMPORTEXPORT std::ostream & | operator<< (std::ostream &stream, const Printable &object) |
Calls Printable::writeAt() on the passed stream. |
Base class to be used for base classes that will output on a stream.
LAMA_DLL_IMPORTEXPORT std::ostream& operator<< | ( | std::ostream & | stream, |
const Printable & | object | ||
) |
Calls Printable::writeAt() on the passed stream.
[out] | stream | the stream to write to. |
[in] | object | the Printable which should write to stream. |