An output device that encapsulates an ofstream.
std::ostringstream myStream
The wrapped ofstream.
std::ostream & getOStream()
Returns the associated ostream.
~OutputDevice_String()
Destructor.
std::string getString() const
Returns the current content as a string.
Static storage of an output device and its base (abstract) implementation.