1 #ifndef OUTPUTSTRINGSTREAM_H
2 #define OUTPUTSTRINGSTREAM_H
4 #include "zipios++/zipios-config.h"
6 #include "zipios++/meta-iostreams.h"
11 #if defined (HAVE_STD_IOSTREAM) && defined (USE_STD_IOSTREAM)
13 typedef std::ostringstream OutputStringStream ;
31 string o_str( ostrstream::str() ) ;
OutputStringStream is typedefed to ostringstream if sstream is part of the standard library (unless Z...
string str()
Specialization of ostrstream::str() that takes care of null-terminating the string and unfreezing the...