35 #ifdef CHECK_MEMORY_LEAKS
37 #endif // CHECK_MEMORY_LEAKS
46 myStream << std::setiosflags(std::ios::fixed);
std::string getString() const
Returns the current content as a string.
std::ostream & getOStream()
Returns the associated ostream.
void setPrecision(int precision=OUTPUT_ACCURACY)
Sets the precison or resets it to default.
~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.