Rebel Fork Framework
Urho3D::JSONValue Member List

This is the complete list of members for Urho3D::JSONValue, including all inherited members.

arrayValue_Urho3D::JSONValue
begin(JSONValue &value)Urho3D::JSONValuefriend
begin(const JSONValue &value)Urho3D::JSONValuefriend
boolValue_Urho3D::JSONValue
Clear()Urho3D::JSONValue
Contains(const ea::string &key) constUrho3D::JSONValue
EMPTYUrho3D::JSONValuestatic
emptyArrayUrho3D::JSONValuestatic
emptyObjectUrho3D::JSONValuestatic
end(JSONValue &value)Urho3D::JSONValuefriend
end(const JSONValue &value)Urho3D::JSONValuefriend
Erase(unsigned pos, unsigned length=1)Urho3D::JSONValue
Erase(const ea::string &key)Urho3D::JSONValue
Get(const ea::string &key) constUrho3D::JSONValue
Get(int index) constUrho3D::JSONValue
GetArray() constUrho3D::JSONValueinline
GetBool(bool defaultValue=false) constUrho3D::JSONValueinline
GetCString(const char *defaultValue="") constUrho3D::JSONValueinline
GetDouble(double defaultValue=0.0) constUrho3D::JSONValueinline
GetFloat(float defaultValue=0.0f) constUrho3D::JSONValueinline
GetInt(int defaultValue=0) constUrho3D::JSONValueinline
GetNumberType() constUrho3D::JSONValue
GetNumberTypeFromName(const ea::string &typeName)Urho3D::JSONValuestatic
GetNumberTypeFromName(const char *typeName)Urho3D::JSONValuestatic
GetNumberTypeName() constUrho3D::JSONValue
GetNumberTypeName(JSONNumberType type)Urho3D::JSONValuestatic
GetObject() constUrho3D::JSONValueinline
GetString(const ea::string &defaultValue=EMPTY_STRING) constUrho3D::JSONValueinline
GetStringVariantMap() constUrho3D::JSONValue
GetUInt(unsigned defaultValue=0) constUrho3D::JSONValueinline
GetValueType() constUrho3D::JSONValue
GetValueTypeFromName(const ea::string &typeName)Urho3D::JSONValuestatic
GetValueTypeFromName(const char *typeName)Urho3D::JSONValuestatic
GetValueTypeName() constUrho3D::JSONValue
GetValueTypeName(JSONValueType type)Urho3D::JSONValuestatic
GetVariant() constUrho3D::JSONValue
GetVariantMap() constUrho3D::JSONValue
GetVariantValue(VariantType type, Context *context=nullptr) constUrho3D::JSONValue
GetVariantVector() constUrho3D::JSONValue
Insert(unsigned pos, JSONValue value)Urho3D::JSONValue
IsArray() constUrho3D::JSONValueinline
IsBool() constUrho3D::JSONValueinline
IsNull() constUrho3D::JSONValueinline
IsNumber() constUrho3D::JSONValueinline
IsObject() constUrho3D::JSONValueinline
IsString() constUrho3D::JSONValueinline
JSONValue()Urho3D::JSONValueinline
JSONValue(JSONValueType valueType, JSONNumberType numberType=JSONNT_NAN)Urho3D::JSONValueinlineexplicit
JSONValue(bool value)Urho3D::JSONValueinline
JSONValue(int value)Urho3D::JSONValueinline
JSONValue(unsigned value)Urho3D::JSONValueinline
JSONValue(float value)Urho3D::JSONValueinline
JSONValue(double value)Urho3D::JSONValueinline
JSONValue(const ea::string &value)Urho3D::JSONValueinline
JSONValue(const char *value)Urho3D::JSONValueinline
JSONValue(const ea::vector< JSONValue > &value)Urho3D::JSONValueinline
JSONValue(const ea::map< ea::string, JSONValue > &value)Urho3D::JSONValueinline
JSONValue(const JSONValue &value)Urho3D::JSONValueinline
JSONValue(JSONValue &&value)Urho3D::JSONValueinline
numberValue_Urho3D::JSONValue
objectValue_Urho3D::JSONValue
operator!=(const JSONValue &rhs) constUrho3D::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) constUrho3D::JSONValue
operator[](unsigned index)Urho3D::JSONValue
operator[](unsigned index) constUrho3D::JSONValue
operator[](const ea::string &key)Urho3D::JSONValue
operator[](const ea::string &key) constUrho3D::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() constUrho3D::JSONValue
stringValue_Urho3D::JSONValue
type_Urho3D::JSONValueprotected
~JSONValue()Urho3D::JSONValueinline