, including all inherited members.
Append(const CStr &cs) | CStr | [inline] |
append(const CStr &cs) | CStr | [inline] |
ByteCount() const | CStr | |
CStr() | CStr | |
CStr(const char *cs) | CStr | |
CStr(const mwchar_t *wcstr) | CStr | |
CStr(const CStr &ws) | CStr | |
data() | CStr | |
data() const | CStr | |
FindMBCharacterFirstByteIndex(int characterIndex) const | CStr | |
FindMBCharacterLastByteIndex(int characterIndex) const | CStr | |
first(char c) const | CStr | |
isNull() const | CStr | [inline] |
LanguageCharacterCount() const | CStr | |
last(char c) const | CStr | |
Length() const | CStr | [inline] |
length() const | CStr | [inline] |
MultiByteCharacterSubString(int firstCharacterIndex, int numberOfMBCharacters) const | CStr | |
operator char *() | CStr | |
operator const char *() const | CStr | |
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, 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, 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, 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, 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!=(const CStr &cs) const | CStr | |
operator+(const CStr &cs) const | CStr | |
operator+=(const CStr &cs) | CStr | |
operator<(const CStr &cs) const | CStr | |
operator<=(const CStr &ws) const | CStr | |
operator=(const CStr &cs) | CStr | |
operator=(const mwchar_t *wcstr) | CStr | |
operator=(const char *cs) | CStr | |
operator==(const CStr &cs) const | CStr | |
operator>(const CStr &ws) const | CStr | |
operator>=(const CStr &ws) const | CStr | |
operator[](int i) | CStr | |
operator[](int i) const | CStr | |
printf(const char *format,...) | CStr | |
remove(int pos) | CStr | |
remove(int pos, int N) | CStr | |
Resize(int nchars) | CStr | |
Substr(int start, int nchars) const | CStr | |
toLower() | CStr | |
toUpper() | CStr | |
vprintf(const char *format, va_list args) | CStr | |
~CStr() | CStr | |