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