Ost::sstring -
#include <string.h>
Inherits ost::String, streambuf, and ostream.
SString ()
Create an empty streamable string ready for input. SString (const SString &from)
Copy constructor. ~SString ()
Cancel out the object.
int overflow (int c)
This is the streambuf function that actually outputs the data to the string.
Create an empty streamable string ready for input.
Copy constructor.
Cancel out the object.
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.
Generated automatically by Doxygen for GNU CommonC++ from the source code.