The class for GNE::Console::gout. More...
#include <Console.h>
Public Types | |
| typedef std::ostream &(* | GOFType )(std::ostream &) |
Public Member Functions | |
| GOut (goutbuf *buf) | |
| template<class T > | |
| GOut & | operator<< (const T &rhs) |
| GOut & | operator<< (const ConsoleMutex &cm) |
| GOut & | operator<< (const moveTo &cm) |
| GOut & | operator<< (const ConsoleManipulator &cm) |
| GOut & | operator<< (const char *x) |
| GOut & | operator<< (GOFType f) |
The class for GNE::Console::gout.
You shouldn't need to create an object of this class, but instead use the gout object.
1.6.1