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.
OutputDevice(const int defaultIndentation=0, const std::string &filename="")
Constructor.
void setPrecision(int precision=gPrecision)
Sets the precision or resets it to default.