 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
18 #ifndef OutputDevice_COUT_h
19 #define OutputDevice_COUT_h
Static storage of an output device and its base (abstract) implementation.
virtual void postWriteHook()
Called after every write access.
std::ostream & getOStream()
Returns the associated ostream.
static OutputDevice * myInstance
my singular instance
~OutputDevice_COUT()
Destructor.
An output device that encapsulates cout.
static OutputDevice * getDevice()
Returns the single cout instance.
OutputDevice_COUT()
Constructor.