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