An output device that encapsulates an ofstream.
std::ostream * myFileStream
The wrapped ofstream.
OutputDevice_File(const std::string &fullName, const bool compressed=false)
Constructor.
std::ostream & getOStream()
Returns the associated ostream.
~OutputDevice_File()
Destructor.
Static storage of an output device and its base (abstract) implementation.