All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
String Member List

This is the complete list of members for String, including all inherited members.

empty() constStringinline
Hash() constString
operator!=(const String &other) constString
operator+(String lhs, const String &rhs)Stringfriend
operator+=(const String &other)String
operator<(const String &other) constString
operator=(const String &other)String
operator=(String &&other)String
operator==(const String &other) constString
String()String
String(const char *str)String
String(const char *str, size_t len)String
String(const String8 &str)String
String(const Char16 *str, size_t len)String
String(const String16 &str)String
String(const String32 &str)String
String(const String &other)String
String(String &&other)String
utf16() constString
utf32() constString
utf8()Stringinline
utf8() constStringinline
~String()String