Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

ost::SString Class Reference

#include <string.h>

Inheritance diagram for ost::SString::

ost::String std::streambuf std::ostream List of all members.

Public Methods

 SString ()
 Create an empty streamable string ready for input. More...

 SString (const SString &from)
 Copy constructor. More...

 ~SString ()
 Cancel out the object. More...


Protected Methods

int overflow (int c)
 This is the streambuf function that actually outputs the data to the string. More...


Constructor & Destructor Documentation

ost::SString::SString ( )
 

Create an empty streamable string ready for input.

ost::SString::SString ( const SString & from )
 

Copy constructor.

ost::SString::~SString ( )
 

Cancel out the object.


Member Function Documentation

int ost::SString::overflow ( int c ) [protected]
 

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.


The documentation for this class was generated from the following file:
Generated at Fri May 30 14:51:04 2008 for GNU CommonC++ by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001