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

SString Class Reference

#include <string.h>

Inheritance diagram for SString:

String List of all members.

Public Member Functions

 SString ()
 Create an empty streamable string ready for input.
 SString (const SString &from)
 Copy constructor.
 ~SString ()
 Cancel out the object.

Protected Member Functions

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

Constructor & Destructor Documentation

SString::SString  ) 
 

Create an empty streamable string ready for input.

SString::SString const SString from  ) 
 

Copy constructor.

SString::~SString  ) 
 

Cancel out the object.


Member Function Documentation

int 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 on Tue Jan 18 14:32:37 2005 for GNU CommonC++ by  doxygen 1.3.9.1