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 Mon May 21 01:46:18 2012 for Advanced Strategic Command by  doxygen 1.5.1