21 #ifndef OutputDevice_COUT_h 22 #define OutputDevice_COUT_h An output device that encapsulates cout.
virtual void postWriteHook()
Called after every write access.
static OutputDevice * getDevice()
Returns the single cout instance.
~OutputDevice_COUT()
Destructor.
std::ostream & getOStream()
Returns the associated ostream.
OutputDevice_COUT()
Constructor Should not be thrown by this implementation.
Static storage of an output device and its base (abstract) implementation.
static OutputDevice * myInstance
my singular instance