LAMA
|
Functions | |
std::ostream & | operator<< (std::ostream &stream, const Printable &object) |
Calls Printable::writeAt() on the passed stream. |
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. |