Murl::String Member List
This is the complete list of members for Murl::String, including all inherited members.
AppendUtf32(UInt32 utf32CharCode) | Murl::String | |
AppendUtf32(UInt32 utf32CharCode, SInt32 count) | Murl::String | |
AppendUtf32(const UInt32 *utf32str, SInt32 length) | Murl::String | |
Begin() const | Murl::String | inline |
Cat(const StringArray &stringArray) | Murl::String | inline |
Cat(const Char *str) | Murl::String | inline |
Cat(const String &str) | Murl::String | inline |
Cat(Char charCode, SInt32 count) | Murl::String | |
Cat(const String &str, SInt32 length) | Murl::String | inline |
Cat(const UInt8 *str, SInt32 length) | Murl::String | inline |
Cat() | Murl::String | inline |
Cat(Char charCode) | Murl::String | inline |
Cat(const Char *str, SInt32 length) | Murl::String | |
Clear() | Murl::String | inline |
Compare(const Char *str) const | Murl::String | |
Compare(const String &str) const | Murl::String | inline |
ConstIterator typedef | Murl::String | |
CutAt(SInt32 pos) | Murl::String | |
End() const | Murl::String | inline |
EndsWith(const Char *str, SInt32 length) const | Murl::String | inline |
EndsWith(const Char *str) const | Murl::String | inline |
EndsWith(const String &str) const | Murl::String | inline |
Find(Char charCode, SInt32 from=0) const | Murl::String | |
Find(SInt32 length, const Char *str, SInt32 from) const | Murl::String | |
Find(const Char *str, SInt32 from=0) const | Murl::String | inline |
Find(const String &str, SInt32 from=0) const | Murl::String | inline |
FindFirstNotOf(SInt32 length, const Char *str, SInt32 from) const | Murl::String | |
FindFirstNotOf(const Char *str, SInt32 from=0) const | Murl::String | inline |
FindFirstNotOf(const String &str, SInt32 from=0) const | Murl::String | inline |
FindFirstOf(SInt32 length, const Char *str, SInt32 from) const | Murl::String | |
FindFirstOf(const Char *str, SInt32 from=0) const | Murl::String | inline |
FindFirstOf(const String &str, SInt32 from=0) const | Murl::String | inline |
GetAlloc() const | Murl::String | inline |
GetChar(SInt32 pos) const | Murl::String | inline |
GetHashValue() const | Murl::String | |
GetLength() const | Murl::String | inline |
GetLengthUTF8() const | Murl::String | |
GetUTF16Chars() const | Murl::String | inline |
GetUTF16Chars(UInt16Array &utf16Array) const | Murl::String | |
GetUTF32Chars() const | Murl::String | inline |
GetUTF32Chars(UInt32Array &utf32Array) const | Murl::String | |
GetUTF8Char(SInt32 pos) const | Murl::String | |
GetUTF8Chars() const | Murl::String | |
GetWChars() const | Murl::String | inline |
GetWChars(WCharArray &wcharArray) const | Murl::String | |
Insert(SInt32 pos, Char charCode) | Murl::String | inline |
Insert(SInt32 pos, const Char *str, SInt32 count) | Murl::String | inline |
Insert(SInt32 pos, const String &str) | Murl::String | inline |
Insert(SInt32 pos, const Char *str) | Murl::String | inline |
IsEmpty() const | Murl::String | inline |
IsEqual(const Char *str) const | Murl::String | inline |
IsEqual(const String &str) const | Murl::String | inline |
Last() const | Murl::String | inline |
Left(SInt32 count) const | Murl::String | inline |
Mid(SInt32 from, SInt32 count) const | Murl::String | |
Mid(const String &startDelimiter, const String &endDelimiter, Bool isStartOptional=true, Bool isEndOptional=true) const | Murl::String | |
Mid(SInt32 from) const | Murl::String | inline |
operator const Char *() const | Murl::String | inline |
operator const UInt8 *() const | Murl::String | inline |
operator const void *() const | Murl::String | inline |
operator!=(const String &lhs, const String &rhs) | Murl::String | friend |
operator!=(const String &lhs, const Char *rhs) | Murl::String | friend |
operator!=(const Char *lhs, const String &rhs) | Murl::String | friend |
operator*() const | Murl::String | inline |
operator+(const String &lhs, const String &rhs) | Murl::String | friend |
operator+(const String &lhs, const Char *rhs) | Murl::String | friend |
operator+(const Char *lhs, const String &rhs) | Murl::String | friend |
operator+(const String &lhs, Char rhs) | Murl::String | friend |
operator+(Char lhs, const String &rhs) | Murl::String | friend |
operator+(const String &lhs, UInt64 rhs) | Murl::String | friend |
operator+(const String &lhs, SInt64 rhs) | Murl::String | friend |
operator+(const String &lhs, UInt32 rhs) | Murl::String | friend |
operator+(const String &lhs, SInt32 rhs) | Murl::String | friend |
operator+(const String &lhs, Double rhs) | Murl::String | friend |
operator+(const String &lhs, const Color &rhs) | Murl::String | friend |
operator+(const String &lhs, Bool rhs) | Murl::String | friend |
operator+(const String &lhs, const System::Time &rhs) | Murl::String | friend |
operator+=(Char chr) | Murl::String | inline |
operator+=(const Char *str) | Murl::String | inline |
operator+=(const String &str) | Murl::String | inline |
operator+=(UInt64 value) | Murl::String | |
operator+=(SInt64 value) | Murl::String | |
operator+=(UInt32 value) | Murl::String | |
operator+=(SInt32 value) | Murl::String | |
operator+=(Double value) | Murl::String | |
operator+=(const Color &value) | Murl::String | |
operator+=(Bool value) | Murl::String | |
operator+=(const System::Time &value) | Murl::String | |
operator<(const String &lhs, const String &rhs) | Murl::String | friend |
operator<(const String &lhs, const Char *rhs) | Murl::String | friend |
operator<(const Char *lhs, const String &rhs) | Murl::String | friend |
operator<=(const String &lhs, const String &rhs) | Murl::String | friend |
operator<=(const String &lhs, const Char *rhs) | Murl::String | friend |
operator<=(const Char *lhs, const String &rhs) | Murl::String | friend |
operator=(const Char *str) | Murl::String | inline |
operator=(const String &str) | Murl::String | inline |
operator=(String &&str) noexcept | Murl::String | inline |
operator==(const String &lhs, const String &rhs) | Murl::String | friend |
operator==(const String &lhs, const Char *rhs) | Murl::String | friend |
operator==(const Char *lhs, const String &rhs) | Murl::String | friend |
operator>(const String &lhs, const String &rhs) | Murl::String | friend |
operator>(const String &lhs, const Char *rhs) | Murl::String | friend |
operator>(const Char *lhs, const String &rhs) | Murl::String | friend |
operator>=(const String &lhs, const String &rhs) | Murl::String | friend |
operator>=(const String &lhs, const Char *rhs) | Murl::String | friend |
operator>=(const Char *lhs, const String &rhs) | Murl::String | friend |
operator[](SInt32 pos) const | Murl::String | inline |
Remove(SInt32 pos, SInt32 count=1) | Murl::String | |
RemoveChar(Char character) | Murl::String | |
RemoveLastUTF8() | Murl::String | |
Replace(const Char *find, SInt32 findLen, const Char *replace, SInt32 replaceLen) | Murl::String | |
Replace(const String &find, const String &replace) | Murl::String | inline |
Replace(const Char *find, const Char *replace) | Murl::String | inline |
Replace(const String &find, const Char *replace) | Murl::String | inline |
Replace(const Char *find, const String &replace) | Murl::String | inline |
Reserve(SInt32 count) | Murl::String | inline |
ReverseFind(Char charCode, SInt32 from) const | Murl::String | |
ReverseFind(Char charCode) const | Murl::String | inline |
ReverseFind(SInt32 length, const Char *str, SInt32 from) const | Murl::String | |
ReverseFind(const Char *str, SInt32 from) const | Murl::String | inline |
ReverseFind(const String &str, SInt32 from) const | Murl::String | inline |
ReverseFind(const Char *str) const | Murl::String | inline |
ReverseFind(const String &str) const | Murl::String | inline |
Right(SInt32 count) const | Murl::String | inline |
Set(SInt32 pos, Char charCode) | Murl::String | inline |
Set(const String &str) | Murl::String | inline |
Set(const Char *str, SInt32 length) | Murl::String | |
Set(const Char *str, SInt32 length, Bool trimTrailingDelimiters) | Murl::String | |
SetUTF16Chars(const UInt16Array &utf16Array) | Murl::String | |
SetUTF16Chars(const UInt16 *utf16Array) | Murl::String | |
SetUTF32Chars(const UInt32Array &utf32Array) | Murl::String | |
SetUTF32Chars(const UInt32 *utf32Array) | Murl::String | |
SetWChars(const WCharArray &wcharArray) | Murl::String | |
SetWChars(const WChar *wcharArray) | Murl::String | |
Shrink() | Murl::String | inline |
StartsWith(const Char *str, SInt32 length) const | Murl::String | inline |
StartsWith(const Char *str) const | Murl::String | inline |
StartsWith(const String &str) const | Murl::String | inline |
String() noexcept | Murl::String | inline |
String(const String &str) noexcept | Murl::String | inline |
String(String &&str) noexcept | Murl::String | inline |
String(const Char *str) | Murl::String | inline |
String(const String &str, SInt32 length) | Murl::String | inline |
String(const String &str, SInt32 length, Bool trimTrailingDelimiters) | Murl::String | inline |
String(const Char *str, SInt32 length) | Murl::String | inline |
String(const Char *str, SInt32 length, Bool trimTrailingDelimiters) | Murl::String | inline |
String(const UInt8 *str, SInt32 length) | Murl::String | inline |
String(const UInt8 *str, SInt32 length, Bool trimTrailingDelimiters) | Murl::String | inline |
String(Char charCode, SInt32 length) | Murl::String | inline |
Swap(String &other) | Murl::String | |
ToLowerUTF8() const | Murl::String | |
ToString() const | Murl::String | inline |
ToUpperUTF8() const | Murl::String | |
Trim() const | Murl::String | |
TrimLeft() const | Murl::String | |
TrimRight() const | Murl::String | |
~String() | Murl::String | inline |