This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Out |
The class Out is the abstract base class for all classes that implement writing into streams. More... | |
class | In |
The class In is the abstract base class for all classes that implement reading from streams. More... | |
Functions | |
Out & | endl (Out &stream) |
This function can be inserted into a stream to represent an end of line. | |
In & | endl (In &stream) |
This function can be read from a stream to represent an end of line. |
Include this header file for declaring streaming operators.
Martin Lötzsch
Definition in file InOut.h.
|
This function can be inserted into a stream to represent an end of line.
Definition at line 181 of file InOut.h. Referenced by Logger::main(), Debug::main(), and operator<<(). |
|
This function can be read from a stream to represent an end of line.
|