|
Urho3D
|
This is the complete list of members for Urho3D::String, including all inherited members.
| Append(const String &str) | Urho3D::String | |
| Append(const char *str) | Urho3D::String | |
| Append(char c) | Urho3D::String | |
| Append(const char *str, i32 length) | Urho3D::String | |
| AppendUTF8(c32 unicodeChar) | Urho3D::String | |
| AppendWithFormat(const char *formatString,...) | Urho3D::String | |
| AppendWithFormatArgs(const char *formatString, va_list args) | Urho3D::String | |
| At(i32 index) | Urho3D::String | inline |
| At(i32 index) const | Urho3D::String | inline |
| AtUTF8(i32 index) const | Urho3D::String | |
| Back() const | Urho3D::String | inline |
| Begin() | Urho3D::String | inline |
| Begin() const | Urho3D::String | inline |
| ByteOffsetUTF8(i32 index) const | Urho3D::String | |
| Capacity() const | Urho3D::String | inline |
| Clear() | Urho3D::String | |
| Compact() | Urho3D::String | |
| Compare(const String &str, bool caseSensitive=true) const | Urho3D::String | |
| Compare(const char *str, bool caseSensitive=true) const | Urho3D::String | |
| Compare(const char *lhs, const char *rhs, bool caseSensitive) | Urho3D::String | static |
| ConstIterator typedef (defined in Urho3D::String) | Urho3D::String | |
| Contains(const String &str, bool caseSensitive=true) const | Urho3D::String | inline |
| Contains(char c, bool caseSensitive=true) const | Urho3D::String | inline |
| CopyChars(char *dest, const char *src, i32 count) | Urho3D::String | inlineprivatestatic |
| CString() const | Urho3D::String | inline |
| CStringLength(const char *str) | Urho3D::String | inlinestatic |
| data_ (defined in Urho3D::String) | Urho3D::String | private |
| DecodeUTF8(const char *&src) | Urho3D::String | static |
| EMPTY | Urho3D::String | static |
| Empty() const | Urho3D::String | inline |
| EncodeUTF8(char *&dest, c32 unicodeChar) | Urho3D::String | static |
| End() | Urho3D::String | inline |
| End() const | Urho3D::String | inline |
| EndsWith(const String &str, bool caseSensitive=true) const | Urho3D::String | |
| Erase(i32 pos, i32 length=1) | Urho3D::String | |
| Erase(const Iterator &it) | Urho3D::String | |
| Erase(const Iterator &start, const Iterator &end) | Urho3D::String | |
| Find(const String &str, i32 startPos=0, bool caseSensitive=true) const | Urho3D::String | |
| Find(char c, i32 startPos=0, bool caseSensitive=true) const | Urho3D::String | |
| FindLast(const String &str, i32 startPos=NPOS, bool caseSensitive=true) const | Urho3D::String | |
| FindLast(char c, i32 startPos=NPOS, bool caseSensitive=true) const | Urho3D::String | |
| Front() const | Urho3D::String | inline |
| GetBuffer() | Urho3D::String | inline |
| GetBuffer() const | Urho3D::String | inline |
| GetShortStringLength() const (defined in Urho3D::String) | Urho3D::String | inlineprivate |
| Insert(i32 pos, const String &str) | Urho3D::String | |
| Insert(i32 pos, char c) | Urho3D::String | |
| Insert(const Iterator &dest, const String &str) | Urho3D::String | |
| Insert(const Iterator &dest, const Iterator &start, const Iterator &end) | Urho3D::String | |
| Insert(const Iterator &dest, char c) | Urho3D::String | |
| INVERTED_SSO_MASK (defined in Urho3D::String) | Urho3D::String | inlineprivatestatic |
| IsShort() const | Urho3D::String | inline |
| Iterator typedef (defined in Urho3D::String) | Urho3D::String | |
| Join(const Vector< String > &subStrings, const String &glue) | Urho3D::String | |
| Joined(const Vector< String > &subStrings, const String &glue) | Urho3D::String | static |
| Length() const | Urho3D::String | inline |
| LengthUTF8() const | Urho3D::String | |
| longString_ (defined in Urho3D::String) | Urho3D::String | |
| MoveRange(i32 dest, i32 src, i32 count) | Urho3D::String | inlineprivate |
| NextUTF8Char(i32 &byteOffset) const | Urho3D::String | |
| NPOS | Urho3D::String | inlinestatic |
| operator!=(const String &rhs) const | Urho3D::String | inline |
| operator!=(const char *rhs) const | Urho3D::String | inline |
| operator+(const String &rhs) const | Urho3D::String | inline |
| operator+(const char *rhs) const | Urho3D::String | inline |
| operator+=(const String &rhs) | Urho3D::String | inline |
| operator+=(const char *rhs) | Urho3D::String | inline |
| operator+=(char rhs) | Urho3D::String | inline |
| operator+=(int rhs) | Urho3D::String | |
| operator+=(short rhs) | Urho3D::String | |
| operator+=(long rhs) | Urho3D::String | |
| operator+=(long long rhs) | Urho3D::String | |
| operator+=(unsigned rhs) | Urho3D::String | |
| operator+=(unsigned short rhs) | Urho3D::String | |
| operator+=(unsigned long rhs) | Urho3D::String | |
| operator+=(unsigned long long rhs) | Urho3D::String | |
| operator+=(float rhs) | Urho3D::String | |
| operator+=(bool rhs) | Urho3D::String | |
| operator+=(const T &rhs) | Urho3D::String | inline |
| operator<(const String &rhs) const | Urho3D::String | inline |
| operator<(const char *rhs) const | Urho3D::String | inline |
| operator=(const String &rhs) | Urho3D::String | inline |
| operator=(String &&rhs) noexcept | Urho3D::String | inline |
| operator=(const char *rhs) | Urho3D::String | inline |
| operator==(const String &rhs) const | Urho3D::String | inline |
| operator==(const char *rhs) const | Urho3D::String | inline |
| operator>(const String &rhs) const | Urho3D::String | inline |
| operator>(const char *rhs) const | Urho3D::String | inline |
| operator[](i32 index) | Urho3D::String | inline |
| operator[](i32 index) const | Urho3D::String | inline |
| Replace(char replaceThis, char replaceWith, bool caseSensitive=true) | Urho3D::String | |
| Replace(const String &replaceThis, const String &replaceWith, bool caseSensitive=true) | Urho3D::String | |
| Replace(i32 pos, i32 length, const String &replaceWith) | Urho3D::String | |
| Replace(i32 pos, i32 length, const char *replaceWith) | Urho3D::String | |
| Replace(const Iterator &start, const Iterator &end, const String &replaceWith) | Urho3D::String | |
| Replace(i32 pos, i32 length, const char *srcStart, i32 srcLength) | Urho3D::String | private |
| Replaced(char replaceThis, char replaceWith, bool caseSensitive=true) const | Urho3D::String | |
| Replaced(const String &replaceThis, const String &replaceWith, bool caseSensitive=true) const | Urho3D::String | |
| ReplaceUTF8(i32 index, c32 unicodeChar) | Urho3D::String | |
| Reserve(i32 newCapacity) | Urho3D::String | |
| Resize(i32 newLength) | Urho3D::String | |
| SetShortStringLength(u8 value) (defined in Urho3D::String) | Urho3D::String | inlineprivate |
| SetUTF8FromLatin1(const char *str) | Urho3D::String | |
| SetUTF8FromWChar(const wchar_t *str) | Urho3D::String | |
| SHORT_STRING_CAPACITY | Urho3D::String | inlineprivatestatic |
| shortString_ (defined in Urho3D::String) | Urho3D::String | |
| Split(char separator, bool keepEmptyStrings=false) const | Urho3D::String | |
| Split(const char *str, char separator, bool keepEmptyStrings=false) | Urho3D::String | static |
| SSO_MASK | Urho3D::String | inlineprivatestatic |
| StartsWith(const String &str, bool caseSensitive=true) const | Urho3D::String | |
| String() noexcept | Urho3D::String | inline |
| String(const String &str) | Urho3D::String | inline |
| String(String &&str) noexcept | Urho3D::String | inline |
| String(const char *str) | Urho3D::String | inline |
| String(char *str) | Urho3D::String | inline |
| String(const char *str, i32 length) | Urho3D::String | inline |
| String(const wchar_t *str) | Urho3D::String | inlineexplicit |
| String(wchar_t *str) | Urho3D::String | inlineexplicit |
| String(const WString &str) | Urho3D::String | explicit |
| String(int value) | Urho3D::String | explicit |
| String(short value) | Urho3D::String | explicit |
| String(long value) | Urho3D::String | explicit |
| String(long long value) | Urho3D::String | explicit |
| String(unsigned value) | Urho3D::String | explicit |
| String(unsigned short value) | Urho3D::String | explicit |
| String(unsigned long value) | Urho3D::String | explicit |
| String(unsigned long long value) | Urho3D::String | explicit |
| String(float value) | Urho3D::String | explicit |
| String(double value) | Urho3D::String | explicit |
| String(bool value) | Urho3D::String | explicit |
| String(char value) | Urho3D::String | explicit |
| String(char value, i32 length) | Urho3D::String | explicit |
| String(const T &value) | Urho3D::String | inlineexplicit |
| Substring(i32 pos) const | Urho3D::String | |
| Substring(i32 pos, i32 length) const | Urho3D::String | |
| SubstringUTF8(i32 pos) const | Urho3D::String | |
| SubstringUTF8(i32 pos, i32 length) const | Urho3D::String | |
| Swap(String &str) | Urho3D::String | |
| ToHash() const | Urho3D::String | inline |
| ToLower() const | Urho3D::String | |
| ToUpper() const | Urho3D::String | |
| Trimmed() const | Urho3D::String | |
| ~String() | Urho3D::String | inline |