StlIString Class Reference

Inheritance diagram for StlIString:

PlugInBase<IString> IString IBase


Public Methods

 StlIString (const std::string &str)
virtual const char * str ()

Constructor & Destructor Documentation

StlIString::StlIString const std::string &    str [inline]
 


Member Function Documentation

const char * StlIString::str   [inline, virtual]
 

This function returns a pointer to the character buffer of the string. It is guaranteed to be valid while the IString exists. When the final release of the IString is called, this pointer may no longer be valid.

Implements IString.


The documentation for this class was generated from the following files:

Return to top of page