TBTK
|
Need a break? Support the development by playing Polarity Puzzles |
Abstract base class for classes that can be written to a stream. More...
#include <string>
Go to the source code of this file.
Classes | |
class | TBTK::Streamable |
Functions | |
std::ostream & | TBTK::operator<< (std::ostream &stream, const Streamable &streamable) |
Abstract base class for classes that can be written to a stream.
|
inline |
Writes the Streamables toString()-representation to a stream.
stream | The stream to write to. |
streamable | The streamable to write. |