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