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

ASCAdaptatorString Class Reference

ASCAdaptatorString represents the complementary class to ASCCharTString. More...

#include <ASCStringHelpers.h>


Detailed Description

ASCAdaptatorString represents the complementary class to ASCCharTString.

Complementary to ASCCharTString means that if ASCCharTString is using char types for its internal string representation, ASCAdaptatorString will use wchar_t types. On the other hand, if ASCCharTString is using wchar_t, ASCAdaptatorString will use char.

ASCAdaptatorString is defined through a typedef :

    #ifdef _UNICODE

        typedef string       ASCAdaptatorString;

    #else

        typedef wstring      ASCAdaptatorString;

    #endif

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


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