Polygon Crucher SDK - Documentation
Documentation
Loading...
Searching...
No Matches
XString.h File Reference

CXStringT is a template class for handling unicode, utf8 or ansi strings. More...

Detailed Description

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< TCHARCXString
 CXString depend on the target OS. Could be CXStringW (Windows) or CXStringA (Linux / Macos)
 
typedef CXTString< charCXStringA
 CXStringA is an ansi / utf8 char string. Cf. CXTString.
 
typedef CXTString< wchar_tCXStringW
 CXStringA is an unicode wchar_t string. Cf. CXTString.