![]() |
Polygon Crucher SDK - Documentation
Documentation
|
CXStringT is a template class for handling unicode, utf8 or ansi strings. More...
CXStringT is a template class for handling unicode, utf8 or ansi strings.
Created by Mootools initially based on David Nash code
#include "xstringoperation.h"
Go to the source code of this file.
Classes | |
class | CXTString< XCHAR > |
CXStringT is the template class for handling strings. More... | |
Macros | |
#define | XTRACE(...) __noop |
#define | ISXCHARUNICODE(TYPE) ((sizeof(TYPE) == sizeof(wchar_t))) |
#define | XSTRING_FRIEND |
Typedefs | |
typedef CXTString< TCHAR > | CXString |
CXString depend on the target OS. Could be CXStringW (Windows) or CXStringA (Linux / Macos) | |
typedef CXTString< char > | CXStringA |
CXStringA is an ansi / utf8 char string. Cf. CXTString. | |
typedef CXTString< wchar_t > | CXStringW |
CXStringA is an unicode wchar_t string. Cf. CXTString. | |