|
This is the complete list of members for JsonValue, including all inherited members.
asBool() const | JsonValue | |
asFloat() const | JsonValue | |
asInt() const | JsonValue | |
asString() const | JsonValue | |
CheckBool(const std::string &value) | JsonValue | static |
CheckInt(const std::string &value) | JsonValue | static |
CheckNull(const std::string &value) | JsonValue | static |
CheckNumber(const std::string &value) | JsonValue | static |
CheckValue(Type type, const std::string &value) | JsonValue | static |
clone() override | JsonValue | virtual |
Create(const std::string &value) | JsonValue | static |
Create(int value) | JsonValue | static |
Create(long value) | JsonValue | static |
Create(float value) | JsonValue | static |
Create(double value) | JsonValue | static |
CreateRaw(Type type, const std::string &value) | JsonValue | static |
eBool enum value | JsonValue | |
eNull enum value | JsonValue | |
eNumber enum value | JsonValue | |
eString enum value | JsonValue | |
False() | JsonValue | static |
getLexerEndOffset() | JsonData | |
getLexerStartOffset() | JsonData | |
getType() | JsonValue | |
JsonData() | JsonData | |
JsonValue(const std::string &value) | JsonValue | |
JsonValue(int value) | JsonValue | |
JsonValue(long value) | JsonValue | |
JsonValue(float value) | JsonValue | |
JsonValue(double value) | JsonValue | |
Null() | JsonValue | static |
rawValue() | JsonValue | |
setLexerEndOffset(LexerInfo lexerEndOffset) | JsonData | |
setLexerStartOffset(LexerInfo lexerStartOffset) | JsonData | |
StructuralJsonParser class | JsonValue | friend |
toJsonString(int indenting=0, const std::string indentChars=" ", bool jsStyleKeys=false) | JsonData | |
toSharedPtr() const | JsonValue | |
ToString(int value) | JsonValue | static |
ToString(long value) | JsonValue | static |
ToString(float value) | JsonValue | static |
ToString(double value) | JsonValue | static |
True() | JsonValue | static |
Type enum name | JsonValue | |
writeJson(const JsonWriterPtr &writer) override | JsonValue | virtual |
~JsonData()=default | JsonData | virtual |