![]() |
VR-Link API Documentation for HLA 1.3
|
This is the complete list of members for DtUnicodeChar, including all inherited members.
| CodePoint typedef | DtUnicodeChar | |
| codePoint() const | DtUnicodeChar | inline |
| CodePointMax | DtUnicodeChar | static |
| decodeSurrogatePair(Surrogate hi, Surrogate lo) | DtUnicodeChar | inlinestatic |
| DtUnicodeChar() | DtUnicodeChar | inline |
| DtUnicodeChar(const char c) | DtUnicodeChar | inlineexplicit |
| DtUnicodeChar(const wchar_t c) | DtUnicodeChar | inlineexplicit |
| DtUnicodeChar(const unsigned short s, const unsigned short c) | DtUnicodeChar | inlineexplicit |
| DtUnicodeChar(const DtUnicodeChar &other) | DtUnicodeChar | inline |
| DtUnicodeChar(unsigned int utf32c) | DtUnicodeChar | inlineprotected |
| encodeSurrogatePair(CodePoint cp, Surrogate &hi, Surrogate &lo) | DtUnicodeChar | inlinestatic |
| fromUtf32(unsigned int character) | DtUnicodeChar | inlinestatic |
| isCodePointValid(CodePoint codePoint) | DtUnicodeChar | inlinestatic |
| isSurrogate(Surrogate cp) | DtUnicodeChar | inlinestatic |
| isSurrogateSubstringValid(const Surrogate *start, const Surrogate *end, const Surrogate *substringStart, const Surrogate *substringEnd) | DtUnicodeChar | inlinestatic |
| LeadSurrogateMax | DtUnicodeChar | static |
| LeadSurrogateMin | DtUnicodeChar | static |
| myCodePoint | DtUnicodeChar | private |
| Octet typedef | DtUnicodeChar | |
| operator!=(const DtUnicodeChar &other) const | DtUnicodeChar | inline |
| operator=(const DtUnicodeChar &other) | DtUnicodeChar | inline |
| operator==(const DtUnicodeChar &other) const | DtUnicodeChar | inline |
| readUtf16(const Surrogate *memory) | DtUnicodeChar | inline |
| readUtf32(const unsigned int *memory) | DtUnicodeChar | inline |
| readUtf8(const unsigned char *memory) | DtUnicodeChar | inline |
| Surrogate typedef | DtUnicodeChar | |
| TrailSurrogateMax | DtUnicodeChar | static |
| TrailSurrogateMin | DtUnicodeChar | static |
| utf16CodeUnits() const | DtUnicodeChar | inline |
| utf16Length() const | DtUnicodeChar | inline |
| utf32Length() const | DtUnicodeChar | inline |
| utf8Length() const | DtUnicodeChar | inline |
| utf8Length(const unsigned char c) | DtUnicodeChar | inlinestatic |
| wchartLength() const | DtUnicodeChar | inline |
| widechar(const wchar_t c) | DtUnicodeChar | inlinestatic |
| wideStringLength() const | DtUnicodeChar | inline |
| writeUtf16(Surrogate *memory) const | DtUnicodeChar | inline |
| writeUtf32(unsigned int *memory) const | DtUnicodeChar | inline |
| writeUtf8(char *memory) const | DtUnicodeChar | inline |
| writeWChar(wchar_t *memory) const | DtUnicodeChar | inline |
| writeWCharT(wchar_t *memory) const | DtUnicodeChar | inline |