20 #ifndef OutputDevice_String_h
21 #define OutputDevice_String_h
std::ostream & getOStream()
Returns the associated ostream.
~OutputDevice_String()
Destructor.
std::ostringstream myStream
The wrapped ofstream.
OutputDevice_String(const bool binary=false, const unsigned int defaultIndentation=0)
Constructor Should not be thrown by this implementation.
std::string getString()
Returns the current content as a string.
Static storage of an output device and its base (abstract) implementation.
An output device that encapsulates an ofstream.