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 ;
24 class OutputStringStream :
public ostrstream {
31 string o_str( ostrstream::str() ) ;
string str()
Specialization of ostrstream::str() that takes care of null-terminating the string and unfreezing the...