ASCCharTString Class Reference

ASCCharTString represents the STL parent's string class of ASCString. More...

#include <ASCStringHelpers.h>

Inheritance diagram for ASCCharTString:

Inheritance graph
[legend]

Detailed Description

ASCCharTString represents the STL parent's string class of ASCString.

That way, ASCCharTString will addapt itself to the right character type needed for its internal string representation depending on the _UNICODE preprocessor definition.
ASCCharTString is defined through a typedef :

    #ifdef _UNICODE

        typedef wstring      ASCCharTString;

    #else

        typedef string       ASCCharTString;

    #endif

See STL's documentation for more information on std::string and std::wstring.
See also:
ASCAdaptatorString


The documentation for this class was generated from the following file:
Generated on Mon May 21 01:46:18 2012 for Advanced Strategic Command by  doxygen 1.5.1