.TH "zipios::OutputStringStream" 3 "Tue May 9 2017" "Zipios++" \" -*- nroff -*- .ad l .nh .SH NAME zipios::OutputStringStream \- \fBOutputStringStream\fP is typedefed to ostringstream if sstream is part of the standard library (unless Zipios++ has been explicitly configured not to use it)\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits ostrstream\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "string \fBstr\fP ()" .br .RI "Specialization of ostrstream::str() that takes care of null-terminating the string and unfreezing the ostrstream\&. " .in -1c .SH "Detailed Description" .PP \fBOutputStringStream\fP is typedefed to ostringstream if sstream is part of the standard library (unless Zipios++ has been explicitly configured not to use it)\&. If sstream is not present \fBOutputStringStream\fP is a subclass of ostrstream from strstream\&.h\&. In this case \fBOutputStringStream\fP specializes the \fBstr()\fP method, such that the caller does not have to concern himself with null-terminating the string and unfreezing the ostrstream\&. .PP Definition at line 24 of file outputstringstream\&.h\&. .SH "Member Function Documentation" .PP .SS "string zipios::OutputStringStream::str ()\fC [inline]\fP" .PP Specialization of ostrstream::str() that takes care of null-terminating the string and unfreezing the ostrstream\&. .PP Definition at line 29 of file outputstringstream\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for Zipios++ from the source code\&.