This is the complete list of members for rapidjson::GenericStringRef< CharType >, including all inherited members.
Ch typedef | rapidjson::GenericStringRef< CharType > | |
GenericStringRef(const CharType(&str)[N]) RAPIDJSON_NOEXCEPT | rapidjson::GenericStringRef< CharType > | inline |
GenericStringRef(const CharType *str) | rapidjson::GenericStringRef< CharType > | inlineexplicit |
GenericStringRef(const CharType *str, SizeType len) | rapidjson::GenericStringRef< CharType > | inline |
length | rapidjson::GenericStringRef< CharType > | |
operator const Ch *() const | rapidjson::GenericStringRef< CharType > | inline |
s | rapidjson::GenericStringRef< CharType > | |
StringRef(const CharType *str) | rapidjson::GenericStringRef< CharType > | related |
StringRef(const CharType *str, size_t length) | rapidjson::GenericStringRef< CharType > | related |
StringRef(const std::basic_string< CharType > &str) | rapidjson::GenericStringRef< CharType > | related |