This is the complete list of members for String, including all inherited members.
Compare(const String &str) const | String | |
ComparePart(const String &str, Int32 count, Int32 pos) const | String | |
Delete(Int32 pos, Int32 count) | String | |
FindFirst(const String &str, Int32 *pos, Int32 start=0) const | String | |
FindFirst(UInt16 ch, Int32 *pos, Int32 start=0) const | String | |
FindFirstUpper(const String &findUpper, Int32 *pos, Int32 start) const | String | |
FindLast(const String &str, Int32 *pos, Int32 start=-1) const | String | |
FindLast(UInt16 ch, Int32 *pos, Int32 start=-1) const | String | |
FindLastUpper(const String &findUpper, Int32 *pos, Int32 start) const | String | |
FloatToString(Float v, Int32 vvk=-1, Int32 nnk=-1, Bool e=false, UInt16 xchar='0') | String | static |
future_enhancements | String | private |
GetCString(Char *cStr, Int32 max, STRINGENCODING type=STRINGENCODING_XBIT) const | String | |
GetCStringCopy(STRINGENCODING type=STRINGENCODING_XBIT) const | String | |
GetCStringLen(STRINGENCODING type=STRINGENCODING_XBIT) const | String | |
GetDataPtr(const UInt16 **outPtr) const | String | |
GetLength() const | String | |
GetUcBlock(UInt16 *ubc, Int32 max) const | String | |
GetUcBlockNull(UInt16 *ubc, Int32 max) const | String | |
GetUcBlockNullCopy() const | String | |
IncSize(Int32 nSize) | String | protected |
Init(Int32 count=0, UInt16 fillChar=0) | String | |
Insert(Int32 pos, const String &str, Int32 start=-1, Int32 end=-1) | String | |
Insert(Int32 pos, UInt16 ch) | String | |
IntToString(Int32 v) | String | static |
IntToString(Int64 v) | String | static |
IsPopulated() const | String | |
Left(Int count) const | String | |
Len | String | private |
LexCompare(const String &str) const | String | |
operator!=(const String &str) const | String | |
operator+(const String &str1, const String &str2) | String | friend |
operator+=(const String &str) | String | |
operator<(const String &str) const | String | |
operator<=(const String &str) const | String | |
operator=(const String &str) | String | |
operator==(const String &str) const | String | |
operator>(const String &str) const | String | |
operator>=(const String &str) const | String | |
operator[](Int32 pos) const | String | |
operator[](Int32 pos) | String | |
ParseToInt32(Int32 *error=nullptr) const | String | |
RelCompare(const String &str) const | String | |
Right(Int count) const | String | |
SetCString(const Char *cStr, Int32 count=-1, STRINGENCODING type=STRINGENCODING_XBIT) | String | |
SetUcBlock(const UInt16 *ubc, Int32 count) | String | |
ShrinkToLen() | String | |
Size | String | private |
String() | String | |
String(const String &str) | String | |
String(const Char *cStr, STRINGENCODING type=STRINGENCODING_XBIT) | String | |
String(const UInt16 *uStr) | String | |
String(const UInt16 *uStr, Int32 count) | String | |
String(Int32 count, UInt16 fillChar) | String | |
String::PChar class | String | friend |
SubStr(Int32 start, Int32 count) const | String | |
ToLower() const | String | |
ToUpper() const | String | |
Txt | String | private |
UIntToString(UInt32 v) | String | static |
UIntToString(UInt64 v) | String | static |
VectorToString(const Vector32 &v, Int32 nnk=-1) | String | static |
VectorToString(const Vector64 &v, Int32 nnk=-1) | String | static |
~String() | String |