#include <Console.h>
Inheritance diagram for GNE::Console::GOut:


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) |
You shouldn't need to create an object of this class, but instead use the gout object.
1.4.7