An output device that encapsulates an ofstream.
bool myAmNull
am I redirecting to /dev/null
std::ostream * myFileStream
The wrapped ofstream.
std::ostream & getOStream() override
Returns the associated ostream.
bool isNull() override
returns the information whether the device will discard all output
~OutputDevice_File()
Destructor.
Static storage of an output device and its base (abstract) implementation.