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() constMurl::Stringinline
Cat(const StringArray &stringArray)Murl::Stringinline
Cat(const Char *str)Murl::Stringinline
Cat(const String &str)Murl::Stringinline
Cat(Char charCode, SInt32 count)Murl::String
Cat(const String &str, SInt32 length)Murl::Stringinline
Cat(const UInt8 *str, SInt32 length)Murl::Stringinline
Cat()Murl::Stringinline
Cat(Char charCode)Murl::Stringinline
Cat(const Char *str, SInt32 length)Murl::String
Clear()Murl::Stringinline
Compare(const Char *str) constMurl::String
Compare(const String &str) constMurl::Stringinline
ConstIterator typedefMurl::String
CutAt(SInt32 pos)Murl::String
End() constMurl::Stringinline
EndsWith(const Char *str, SInt32 length) constMurl::Stringinline
EndsWith(const Char *str) constMurl::Stringinline
EndsWith(const String &str) constMurl::Stringinline
Find(Char charCode, SInt32 from=0) constMurl::String
Find(SInt32 length, const Char *str, SInt32 from) constMurl::String
Find(const Char *str, SInt32 from=0) constMurl::Stringinline
Find(const String &str, SInt32 from=0) constMurl::Stringinline
FindFirstNotOf(SInt32 length, const Char *str, SInt32 from) constMurl::String
FindFirstNotOf(const Char *str, SInt32 from=0) constMurl::Stringinline
FindFirstNotOf(const String &str, SInt32 from=0) constMurl::Stringinline
FindFirstOf(SInt32 length, const Char *str, SInt32 from) constMurl::String
FindFirstOf(const Char *str, SInt32 from=0) constMurl::Stringinline
FindFirstOf(const String &str, SInt32 from=0) constMurl::Stringinline
GetAlloc() constMurl::Stringinline
GetChar(SInt32 pos) constMurl::Stringinline
GetHashValue() constMurl::String
GetLength() constMurl::Stringinline
GetLengthUTF8() constMurl::String
GetUTF16Chars() constMurl::Stringinline
GetUTF16Chars(UInt16Array &utf16Array) constMurl::String
GetUTF32Chars() constMurl::Stringinline
GetUTF32Chars(UInt32Array &utf32Array) constMurl::String
GetUTF8Char(SInt32 pos) constMurl::String
GetUTF8Chars() constMurl::String
GetWChars() constMurl::Stringinline
GetWChars(WCharArray &wcharArray) constMurl::String
Insert(SInt32 pos, Char charCode)Murl::Stringinline
Insert(SInt32 pos, const Char *str, SInt32 count)Murl::Stringinline
Insert(SInt32 pos, const String &str)Murl::Stringinline
Insert(SInt32 pos, const Char *str)Murl::Stringinline
IsEmpty() constMurl::Stringinline
IsEqual(const Char *str) constMurl::Stringinline
IsEqual(const String &str) constMurl::Stringinline
Last() constMurl::Stringinline
Left(SInt32 count) constMurl::Stringinline
Mid(SInt32 from, SInt32 count) constMurl::String
Mid(const String &startDelimiter, const String &endDelimiter, Bool isStartOptional=true, Bool isEndOptional=true) constMurl::String
Mid(SInt32 from) constMurl::Stringinline
operator const Char *() constMurl::Stringinline
operator const UInt8 *() constMurl::Stringinline
operator const void *() constMurl::Stringinline
operator!=(const String &lhs, const String &rhs)Murl::Stringfriend
operator!=(const String &lhs, const Char *rhs)Murl::Stringfriend
operator!=(const Char *lhs, const String &rhs)Murl::Stringfriend
operator*() constMurl::Stringinline
operator+(const String &lhs, const String &rhs)Murl::Stringfriend
operator+(const String &lhs, const Char *rhs)Murl::Stringfriend
operator+(const Char *lhs, const String &rhs)Murl::Stringfriend
operator+(const String &lhs, Char rhs)Murl::Stringfriend
operator+(Char lhs, const String &rhs)Murl::Stringfriend
operator+(const String &lhs, UInt64 rhs)Murl::Stringfriend
operator+(const String &lhs, SInt64 rhs)Murl::Stringfriend
operator+(const String &lhs, UInt32 rhs)Murl::Stringfriend
operator+(const String &lhs, SInt32 rhs)Murl::Stringfriend
operator+(const String &lhs, Double rhs)Murl::Stringfriend
operator+(const String &lhs, const Color &rhs)Murl::Stringfriend
operator+(const String &lhs, Bool rhs)Murl::Stringfriend
operator+(const String &lhs, const System::Time &rhs)Murl::Stringfriend
operator+=(Char chr)Murl::Stringinline
operator+=(const Char *str)Murl::Stringinline
operator+=(const String &str)Murl::Stringinline
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::Stringfriend
operator<(const String &lhs, const Char *rhs)Murl::Stringfriend
operator<(const Char *lhs, const String &rhs)Murl::Stringfriend
operator<=(const String &lhs, const String &rhs)Murl::Stringfriend
operator<=(const String &lhs, const Char *rhs)Murl::Stringfriend
operator<=(const Char *lhs, const String &rhs)Murl::Stringfriend
operator=(const Char *str)Murl::Stringinline
operator=(const String &str)Murl::Stringinline
operator=(String &&str) noexceptMurl::Stringinline
operator==(const String &lhs, const String &rhs)Murl::Stringfriend
operator==(const String &lhs, const Char *rhs)Murl::Stringfriend
operator==(const Char *lhs, const String &rhs)Murl::Stringfriend
operator>(const String &lhs, const String &rhs)Murl::Stringfriend
operator>(const String &lhs, const Char *rhs)Murl::Stringfriend
operator>(const Char *lhs, const String &rhs)Murl::Stringfriend
operator>=(const String &lhs, const String &rhs)Murl::Stringfriend
operator>=(const String &lhs, const Char *rhs)Murl::Stringfriend
operator>=(const Char *lhs, const String &rhs)Murl::Stringfriend
operator[](SInt32 pos) constMurl::Stringinline
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::Stringinline
Replace(const Char *find, const Char *replace)Murl::Stringinline
Replace(const String &find, const Char *replace)Murl::Stringinline
Replace(const Char *find, const String &replace)Murl::Stringinline
Reserve(SInt32 count)Murl::Stringinline
ReverseFind(Char charCode, SInt32 from) constMurl::String
ReverseFind(Char charCode) constMurl::Stringinline
ReverseFind(SInt32 length, const Char *str, SInt32 from) constMurl::String
ReverseFind(const Char *str, SInt32 from) constMurl::Stringinline
ReverseFind(const String &str, SInt32 from) constMurl::Stringinline
ReverseFind(const Char *str) constMurl::Stringinline
ReverseFind(const String &str) constMurl::Stringinline
Right(SInt32 count) constMurl::Stringinline
Set(SInt32 pos, Char charCode)Murl::Stringinline
Set(const String &str)Murl::Stringinline
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::Stringinline
StartsWith(const Char *str, SInt32 length) constMurl::Stringinline
StartsWith(const Char *str) constMurl::Stringinline
StartsWith(const String &str) constMurl::Stringinline
String() noexceptMurl::Stringinline
String(const String &str) noexceptMurl::Stringinline
String(String &&str) noexceptMurl::Stringinline
String(const Char *str)Murl::Stringinline
String(const String &str, SInt32 length)Murl::Stringinline
String(const String &str, SInt32 length, Bool trimTrailingDelimiters)Murl::Stringinline
String(const Char *str, SInt32 length)Murl::Stringinline
String(const Char *str, SInt32 length, Bool trimTrailingDelimiters)Murl::Stringinline
String(const UInt8 *str, SInt32 length)Murl::Stringinline
String(const UInt8 *str, SInt32 length, Bool trimTrailingDelimiters)Murl::Stringinline
String(Char charCode, SInt32 length)Murl::Stringinline
Swap(String &other)Murl::String
ToLowerUTF8() constMurl::String
ToString() constMurl::Stringinline
ToUpperUTF8() constMurl::String
Trim() constMurl::String
TrimLeft() constMurl::String
TrimRight() constMurl::String
~String()Murl::Stringinline


Copyright © 2011-2024 Spraylight GmbH.