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