This is the complete list of members for TString8, including all inherited members.
| AllocBuffer(TINT a_iLength, TBOOL a_bFreeMemory=true) | TString8 | |
| Compare(const TCHAR *a_szString, TINT a_iLength=-1) const | TString8 | |
| CompareNoCase(const TCHAR *a_szString, TINT a_iLength=-1) const | TString8 | |
| Concat(const TString8 &str, TINT size=-1) | TString8 | inline |
| Concat(const TString16 &src, TINT size=-1) | TString8 | |
| Concat(const TCHAR *src, TINT size=-1) | TString8 | |
| Copy(const TString8 &src, TINT size=-1) | TString8 | inline |
| Copy(const TString16 &src, TINT size=-1) | TString8 | |
| Copy(const TCHAR *src, TINT size=-1) | TString8 | |
| Copy(const TWCHAR *src, TINT size=-1) | TString8 | |
| EndsWith(const TCHAR *a_szString, TINT a_iLength=-1) const | TString8 | |
| EndsWithNoCase(const TCHAR *a_szString, TINT a_iLength=-1) const | TString8 | |
| ExcessLength() const | TString8 | inline |
| Find(TCHAR character, TINT pos=0) const | TString8 | |
| Find(const TCHAR *substr, TINT pos=0) const | TString8 | |
| FindReverse(TCHAR a_findChar, TINT pos=-1) const | TString8 | |
| ForceSetData(TCHAR *a_pchString, TINT a_iLength) | TString8 | |
| Format(const TCHAR *a_pcFormat,...) | TString8 | |
| FreeBuffer() | TString8 | |
| GetString(TINT a_iIndex=0) const | TString8 | |
| GetStringUnsafe(TINT a_iIndex=0) | TString8 | |
| IsAllLowerCase() const | TString8 | |
| IsAllUpperCase() const | TString8 | |
| IsEmpty() const | TString8 | inline |
| IsIndexValid(TINT a_iIndex) const | TString8 | inline |
| IsUnicode() const | TString8 | inline |
| Length() const | TString8 | inline |
| MakeLower() | TString8 | inline |
| MakeUpper() | TString8 | inline |
| Mid(TINT a_iFirst, TINT a_iCount) const | TString8 | |
| operator const TBOOL() const | TString8 | inline |
| operator const TCHAR *() const | TString8 | inline |
| operator!() | TString8 | inline |
| operator!=(const TCHAR *cstr) const | TString8 | inline |
| operator!=(const TString8 &str) const | TString8 | inline |
| operator+(const TCHAR *cstr) const | TString8 | inline |
| operator+=(const TCHAR *cstr) | TString8 | inline |
| operator+=(TString8 &str) | TString8 | inline |
| operator<(const TCHAR *cstr) const | TString8 | inline |
| operator<(const TString8 &str) const | TString8 | inline |
| operator<=(const TCHAR *cstr) const | TString8 | inline |
| operator<=(const TString8 &str) const | TString8 | inline |
| operator=(const TCHAR *cstr) | TString8 | inline |
| operator=(const TWCHAR *wcstr) | TString8 | inline |
| operator=(const TString8 &str) | TString8 | inline |
| operator=(TString8 &&str) | TString8 | inline |
| operator=(const TString16 &str) | TString8 | inline |
| operator==(const TCHAR *cstr) const | TString8 | inline |
| operator==(const TString8 &str) const | TString8 | inline |
| operator[](TINT a_iIndex) | TString8 | inline |
| operator[](TINT a_iIndex) const | TString8 | inline |
| Reserve(TINT size) | TString8 | |
| Right(TINT a_iFrom) const | TString8 | |
| StartsWith(const TCHAR *a_szString, TINT a_iLength=-1) const | TString8 | |
| StartsWithNoCase(const TCHAR *a_szString, TINT a_iLength=-1) const | TString8 | |
| Truncate(TINT length) | TString8 | |
| TString8() | TString8 | |
| TString8(T2Allocator *allocator) | TString8 | |
| TString8(TString8 &&src) noexcept | TString8 | |
| TString8(const TString8 &src, T2Allocator *allocator=nullptr) | TString8 | |
| TString8(const TString16 &src, T2Allocator *allocator=nullptr) | TString8 | |
| TString8(const TCHAR *src, T2Allocator *allocator=nullptr) | TString8 | |
| TString8(TINT size, T2Allocator *allocator=nullptr) | TString8 | |
| UndoForceSetData() | TString8 | inline |
| VarArgs(const TCHAR *a_pcFormat,...) | TString8 | static |
| VFormat(const TCHAR *a_pcFormat, va_list a_vargs) | TString8 | |
| ~TString8() | TString8 | inline |