33 myStream << std::setiosflags(std::ios::fixed);
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.
OutputDevice_String(const int defaultIndentation=0)
Constructor.
Static storage of an output device and its base (abstract) implementation.
void setPrecision(int precision=gPrecision)
Sets the precision or resets it to default.