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