.TH "ost::SString" 3 "Sun Dec 27 2020" "GNU CommonC++" \" -*- nroff -*- .ad l .nh .SH NAME ost::SString .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBost::String\fP, streambuf, and ostream\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBSString\fP ()" .br .RI "Create an empty streamable string ready for input\&. " .ti -1c .RI "\fBSString\fP (const \fBSString\fP &from)" .br .RI "Copy constructor\&. " .ti -1c .RI "\fB~SString\fP ()" .br .RI "Cancel out the object\&. " .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "int \fBoverflow\fP (int c)" .br .RI "This is the streambuf function that actually outputs the data to the string\&. " .in -1c .SS "Additional Inherited Members" .SH "Constructor & Destructor Documentation" .PP .SS "ost::SString::SString ()" .PP Create an empty streamable string ready for input\&. .SS "ost::SString::SString (const \fBSString\fP & from)" .PP Copy constructor\&. .SS "ost::SString::~SString ()" .PP Cancel out the object\&. .SH "Member Function Documentation" .PP .SS "int ost::SString::overflow (int c)\fC [protected]\fP" .PP This is the streambuf function that actually outputs the data to the string\&. Since all output should be done with the standard ostream operators, this function should never be called directly\&. .SH "Author" .PP Generated automatically by Doxygen for GNU CommonC++ from the source code\&.