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.
- If the preprocessor definition _UNICODE is defined, ASCAdaptatorString is an STL's std::string to use char type.
- If _UNICODE is not defined, ASCAdaptatorString is an STL's std::wstring to use wchar_t type.
ASCAdaptatorString is defined through a typedef :
- 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
1.5.1