Ultralight C++ API 1.4.0
|
This is the complete list of members for String8, including all inherited members.
CharType typedef | String8 | |
data() | String8 | inline |
data() const | String8 | inline |
empty() const | String8 | inline |
Hash() const | String8 | |
length() const | String8 | inline |
operator!=(const String8 &other) const | String8 | |
operator+(String8 lhs, const String8 &rhs) | String8 | friend |
operator+=(const String8 &other) | String8 | |
operator<(const String8 &other) const | String8 | |
operator=(const String8 &other) | String8 | |
operator=(String8 &&other) | String8 | |
operator==(const String8 &other) const | String8 | |
operator[](size_t pos) | String8 | inline |
operator[](size_t pos) const | String8 | inline |
size() const | String8 | inline |
sizeBytes() const | String8 | inline |
String8() | String8 | |
String8(const char *c_str) | String8 | |
String8(const char *c_str, size_t len) | String8 | |
String8(const String8 &other) | String8 | |
String8(String8 &&other) | String8 | |
utf16() const | String8 | |
utf32() const | String8 | |
~String8() | String8 |