String Member List

This is the complete list of members for String, including all inherited members.

Compare(const String &str) constString
ComparePart(const String &str, Int32 count, Int32 pos) constString
Delete(Int32 pos, Int32 count)String
FindFirst(const String &str, Int32 *pos, Int32 start=0) constString
FindFirst(UInt16 ch, Int32 *pos, Int32 start=0) constString
FindFirstUpper(const String &findUpper, Int32 *pos, Int32 start) constString
FindLast(const String &str, Int32 *pos, Int32 start=-1) constString
FindLast(UInt16 ch, Int32 *pos, Int32 start=-1) constString
FindLastUpper(const String &findUpper, Int32 *pos, Int32 start) constString
FloatToString(Float v, Int32 vvk=-1, Int32 nnk=-1, Bool e=false, UInt16 xchar='0')Stringstatic
future_enhancementsStringprivate
GetCString(Char *cStr, Int32 max, STRINGENCODING type=STRINGENCODING_XBIT) constString
GetCStringCopy(STRINGENCODING type=STRINGENCODING_XBIT) constString
GetCStringLen(STRINGENCODING type=STRINGENCODING_XBIT) constString
GetDataPtr(const UInt16 **outPtr) constString
GetLength() constString
GetUcBlock(UInt16 *ubc, Int32 max) constString
GetUcBlockNull(UInt16 *ubc, Int32 max) constString
GetUcBlockNullCopy() constString
IncSize(Int32 nSize)Stringprotected
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)Stringstatic
IntToString(Int64 v)Stringstatic
IsPopulated() constString
Left(Int count) constString
LenStringprivate
LexCompare(const String &str) constString
operator!=(const String &str) constString
operator+(const String &str1, const String &str2)Stringfriend
operator+=(const String &str)String
operator<(const String &str) constString
operator<=(const String &str) constString
operator=(const String &str)String
operator==(const String &str) constString
operator>(const String &str) constString
operator>=(const String &str) constString
operator[](Int32 pos) constString
operator[](Int32 pos)String
ParseToInt32(Int32 *error=nullptr) constString
RelCompare(const String &str) constString
Right(Int count) constString
SetCString(const Char *cStr, Int32 count=-1, STRINGENCODING type=STRINGENCODING_XBIT)String
SetUcBlock(const UInt16 *ubc, Int32 count)String
ShrinkToLen()String
SizeStringprivate
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 classStringfriend
SubStr(Int32 start, Int32 count) constString
ToLower() constString
ToUpper() constString
TxtStringprivate
UIntToString(UInt32 v)Stringstatic
UIntToString(UInt64 v)Stringstatic
VectorToString(const Vector32 &v, Int32 nnk=-1)Stringstatic
VectorToString(const Vector64 &v, Int32 nnk=-1)Stringstatic
~String()String