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