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

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 Tue Jun 24 02:16:10 2008 for Advanced Strategic Command by  doxygen 1.4.2