arrayValue_ | Urho3D::JSONValue | |
begin(JSONValue &value) | Urho3D::JSONValue | friend |
begin(const JSONValue &value) | Urho3D::JSONValue | friend |
boolValue_ | Urho3D::JSONValue | |
Clear() | Urho3D::JSONValue | |
Contains(const ea::string &key) const | Urho3D::JSONValue | |
EMPTY | Urho3D::JSONValue | static |
emptyArray | Urho3D::JSONValue | static |
emptyObject | Urho3D::JSONValue | static |
end(JSONValue &value) | Urho3D::JSONValue | friend |
end(const JSONValue &value) | Urho3D::JSONValue | friend |
Erase(unsigned pos, unsigned length=1) | Urho3D::JSONValue | |
Erase(const ea::string &key) | Urho3D::JSONValue | |
Get(const ea::string &key) const | Urho3D::JSONValue | |
Get(int index) const | Urho3D::JSONValue | |
GetArray() const | Urho3D::JSONValue | inline |
GetBool(bool defaultValue=false) const | Urho3D::JSONValue | inline |
GetCString(const char *defaultValue="") const | Urho3D::JSONValue | inline |
GetDouble(double defaultValue=0.0) const | Urho3D::JSONValue | inline |
GetFloat(float defaultValue=0.0f) const | Urho3D::JSONValue | inline |
GetInt(int defaultValue=0) const | Urho3D::JSONValue | inline |
GetNumberType() const | Urho3D::JSONValue | |
GetNumberTypeFromName(const ea::string &typeName) | Urho3D::JSONValue | static |
GetNumberTypeFromName(const char *typeName) | Urho3D::JSONValue | static |
GetNumberTypeName() const | Urho3D::JSONValue | |
GetNumberTypeName(JSONNumberType type) | Urho3D::JSONValue | static |
GetObject() const | Urho3D::JSONValue | inline |
GetString(const ea::string &defaultValue=EMPTY_STRING) const | Urho3D::JSONValue | inline |
GetStringVariantMap() const | Urho3D::JSONValue | |
GetUInt(unsigned defaultValue=0) const | Urho3D::JSONValue | inline |
GetValueType() const | Urho3D::JSONValue | |
GetValueTypeFromName(const ea::string &typeName) | Urho3D::JSONValue | static |
GetValueTypeFromName(const char *typeName) | Urho3D::JSONValue | static |
GetValueTypeName() const | Urho3D::JSONValue | |
GetValueTypeName(JSONValueType type) | Urho3D::JSONValue | static |
GetVariant() const | Urho3D::JSONValue | |
GetVariantMap() const | Urho3D::JSONValue | |
GetVariantValue(VariantType type, Context *context=nullptr) const | Urho3D::JSONValue | |
GetVariantVector() const | Urho3D::JSONValue | |
Insert(unsigned pos, JSONValue value) | Urho3D::JSONValue | |
IsArray() const | Urho3D::JSONValue | inline |
IsBool() const | Urho3D::JSONValue | inline |
IsNull() const | Urho3D::JSONValue | inline |
IsNumber() const | Urho3D::JSONValue | inline |
IsObject() const | Urho3D::JSONValue | inline |
IsString() const | Urho3D::JSONValue | inline |
JSONValue() | Urho3D::JSONValue | inline |
JSONValue(JSONValueType valueType, JSONNumberType numberType=JSONNT_NAN) | Urho3D::JSONValue | inlineexplicit |
JSONValue(bool value) | Urho3D::JSONValue | inline |
JSONValue(int value) | Urho3D::JSONValue | inline |
JSONValue(unsigned value) | Urho3D::JSONValue | inline |
JSONValue(float value) | Urho3D::JSONValue | inline |
JSONValue(double value) | Urho3D::JSONValue | inline |
JSONValue(const ea::string &value) | Urho3D::JSONValue | inline |
JSONValue(const char *value) | Urho3D::JSONValue | inline |
JSONValue(const ea::vector< JSONValue > &value) | Urho3D::JSONValue | inline |
JSONValue(const ea::map< ea::string, JSONValue > &value) | Urho3D::JSONValue | inline |
JSONValue(const JSONValue &value) | Urho3D::JSONValue | inline |
JSONValue(JSONValue &&value) | Urho3D::JSONValue | inline |
numberValue_ | Urho3D::JSONValue | |
objectValue_ | Urho3D::JSONValue | |
operator!=(const JSONValue &rhs) const | Urho3D::JSONValue | |
operator=(bool rhs) | Urho3D::JSONValue | |
operator=(int rhs) | Urho3D::JSONValue | |
operator=(unsigned rhs) | Urho3D::JSONValue | |
operator=(float rhs) | Urho3D::JSONValue | |
operator=(double rhs) | Urho3D::JSONValue | |
operator=(const ea::string &rhs) | Urho3D::JSONValue | |
operator=(const char *rhs) | Urho3D::JSONValue | |
operator=(const ea::vector< JSONValue > &rhs) | Urho3D::JSONValue | |
operator=(const ea::map< ea::string, JSONValue > &rhs) | Urho3D::JSONValue | |
operator=(const JSONValue &rhs) | Urho3D::JSONValue | |
operator=(JSONValue &&rhs) | Urho3D::JSONValue | |
operator==(const JSONValue &rhs) const | Urho3D::JSONValue | |
operator[](unsigned index) | Urho3D::JSONValue | |
operator[](unsigned index) const | Urho3D::JSONValue | |
operator[](const ea::string &key) | Urho3D::JSONValue | |
operator[](const ea::string &key) const | Urho3D::JSONValue | |
Pop() | Urho3D::JSONValue | |
Push(JSONValue value) | Urho3D::JSONValue | |
Resize(unsigned newSize) | Urho3D::JSONValue | |
Set(const ea::string &key, JSONValue value) | Urho3D::JSONValue | |
SetStringVariantMap(const StringVariantMap &variantMap, Context *context=nullptr) | Urho3D::JSONValue | |
SetType(JSONValueType valueType, JSONNumberType numberType=JSONNT_NAN) | Urho3D::JSONValue | |
SetVariant(const Variant &variant, Context *context=nullptr) | Urho3D::JSONValue | |
SetVariantMap(const VariantMap &variantMap, Context *context=nullptr) | Urho3D::JSONValue | |
SetVariantValue(const Variant &variant, Context *context=nullptr) | Urho3D::JSONValue | |
SetVariantVector(const VariantVector &variantVector, Context *context=nullptr) | Urho3D::JSONValue | |
Size() const | Urho3D::JSONValue | |
stringValue_ | Urho3D::JSONValue | |
type_ | Urho3D::JSONValue | protected |
~JSONValue() | Urho3D::JSONValue | inline |