, including all inherited members.
| _ch | Char | [protected] |
| Char() | Char | |
| Char(char) | Char | |
| Char(wchar_t) | Char | |
| Char(const MaxString &) | Char | |
| Char(const wchar_t *) | Char | |
| Char(const char *) | Char | |
| Char(unsigned int code_page, const char *) | Char | |
| Char(unsigned int ch) | Char | [explicit] |
| CharCode() const | Char | [inline] |
| IsAlpha() const | Char | |
| IsAlphaNumeric() const | Char | |
| IsDigit() const | Char | |
| IsInCharacterSet(const MCHAR *) const | Char | |
| IsNull() const | Char | [inline] |
| IsPunctuation() const | Char | |
| IsSpace() const | Char | |
| IsUnicode() const | Char | [inline] |
| IsUTF16LeadChar(wchar_t character) | Char | [static] |
| IsValid() const | Char | [inline] |
| IsValidUTF8(const void *data, size_t len, bool *pFoundExtendedChar=0, size_t *pPartialCharAtEnd=0) | Char | [static] |
| operator delete(void *ptr) | MaxHeapOperators | [static] |
| operator delete(void *ptr, const std::nothrow_t &e) | MaxHeapOperators | [static] |
| operator delete(void *ptr, const char *filename, int line) | MaxHeapOperators | [static] |
| operator delete(void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | [static] |
| operator delete(void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
| operator delete(void *ptr, unsigned long flags) | MaxHeapOperators | [static] |
| operator delete(void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
| operator delete(void *ptr, void *placement_ptr) | MaxHeapOperators | [static] |
| operator delete[](void *ptr) | MaxHeapOperators | [static] |
| operator delete[](void *ptr, const std::nothrow_t &e) | MaxHeapOperators | [static] |
| operator delete[](void *ptr, const char *filename, int line) | MaxHeapOperators | [static] |
| operator delete[](void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | [static] |
| operator delete[](void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
| operator delete[](void *ptr, unsigned long flags) | MaxHeapOperators | [static] |
| operator delete[](void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
| operator new(size_t size) | MaxHeapOperators | [static] |
| operator new(size_t size, const std::nothrow_t &e) | MaxHeapOperators | [static] |
| operator new(size_t size, const char *filename, int line) | MaxHeapOperators | [static] |
| operator new(size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | [static] |
| operator new(size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
| operator new(size_t size, unsigned long flags) | MaxHeapOperators | [static] |
| operator new(size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
| operator new(size_t size, void *placement_ptr) | MaxHeapOperators | [static] |
| operator new[](size_t size) | MaxHeapOperators | [static] |
| operator new[](size_t size, const std::nothrow_t &e) | MaxHeapOperators | [static] |
| operator new[](size_t size, const char *filename, int line) | MaxHeapOperators | [static] |
| operator new[](size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | [static] |
| operator new[](size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
| operator new[](size_t size, unsigned long flags) | MaxHeapOperators | [static] |
| operator new[](size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
| operator!=(char c) const | Char | [inline] |
| operator!=(wchar_t c) const | Char | [inline] |
| operator!=(const Char &c) const | Char | [inline] |
| operator=(wchar_t) | Char | |
| operator=(char) | Char | |
| operator=(const MaxString &) | Char | |
| operator=(const wchar_t *) | Char | |
| operator=(const char *) | Char | |
| operator==(char) const | Char | |
| operator==(wchar_t) const | Char | |
| operator==(const Char &) const | Char | |
| Set(unsigned int cp, const char *string) | Char | |
| ToACP(char *string, size_t length) const | Char | |
| ToCP(unsigned int cp, char *string, size_t length) const | Char | |
| ToLower() const | Char | |
| ToMaxString() const | Char | |
| ToMCHAR(MCHAR *s, size_t length) const | Char | [inline] |
| ToUpper() const | Char | |
| ToUTF16(wchar_t *string, size_t length) const | Char | |
| UTF8CharLength(unsigned char character) | Char | [static] |