Unicode related definitions. More...
#include "cel_types.h"
Classes | |
struct | Celartem::UCharDefs< sizeof_wchar_t > |
struct | Celartem::UCharDefs< 1 > |
struct | Celartem::UCharDefs< 2 > |
struct | Celartem::UCharDefs< 4 > |
struct | Celartem::UtfTraits< UChar > |
struct | Celartem::UtfTraits< UChar4 > |
struct | Celartem::UnicodeCharTraits< T > |
Namespaces | |
Celartem | |
Typedefs | |
typedef UCharDefs< sizeof(wchar_t)> ::UChar1 | Celartem::UChar1 |
The definition of UChar1, which stores UTF-8 character. More... | |
typedef UCharDefs< sizeof(wchar_t)> ::UChar2 | Celartem::UChar2 |
The definition of UChar2, which stores UTF-16 character. More... | |
typedef UCharDefs< sizeof(wchar_t)> ::UChar4 | Celartem::UChar4 |
The definition of UChar4, which stores UTF-32 character. More... | |
Unicode related definitions.