TrueReality  v0.1.1912
trUtil::JSON::Object Member List

This is the complete list of members for trUtil::JSON::Object, including all inherited members.

Clear() overridetrUtil::JSON::Objectvirtual
GetArray(const std::string &key) const overridetrUtil::JSON::Objectvirtual
GetBool(const std::string &key) const overridetrUtil::JSON::Objectvirtual
GetComment() consttrUtil::JSON::Object
GetDouble(const std::string &key) const overridetrUtil::JSON::Objectvirtual
GetFloat(const std::string &key) const overridetrUtil::JSON::Objectvirtual
GetInt(const std::string &key) const overridetrUtil::JSON::Objectvirtual
GetInt64(const std::string &key) const overridetrUtil::JSON::Objectvirtual
GetJSONRoot() overridetrUtil::JSON::Objectvirtual
GetMemberNames() consttrUtil::JSON::Object
GetObject(const std::string &key) const overridetrUtil::JSON::Objectvirtual
GetString(const std::string &key) const overridetrUtil::JSON::Objectvirtual
GetUInt(const std::string &key) const overridetrUtil::JSON::Objectvirtual
GetUInt64(const std::string &key) const overridetrUtil::JSON::Objectvirtual
HasComment() consttrUtil::JSON::Object
IsArray(const std::string &key) const overridetrUtil::JSON::Objectvirtual
IsBool(const std::string &key) const overridetrUtil::JSON::Objectvirtual
IsDouble(const std::string &key) const overridetrUtil::JSON::Objectvirtual
IsFalse(const std::string &key) const overridetrUtil::JSON::Objectvirtual
IsFloat(const std::string &key) const overridetrUtil::JSON::Objectvirtual
IsInt(const std::string &key) const overridetrUtil::JSON::Objectvirtual
IsInt64(const std::string &key) const overridetrUtil::JSON::Objectvirtual
IsNull(const std::string &key) const overridetrUtil::JSON::Objectvirtual
IsNumber(const std::string &key) const overridetrUtil::JSON::Objectvirtual
IsObject(const std::string &key) const overridetrUtil::JSON::Objectvirtual
IsString(const std::string &key) const overridetrUtil::JSON::Objectvirtual
IsTrue(const std::string &key) const overridetrUtil::JSON::Objectvirtual
IsUInt(const std::string &key) const overridetrUtil::JSON::Objectvirtual
IsUInt64(const std::string &key) const overridetrUtil::JSON::Objectvirtual
KeyPresent(const std::string &key) const overridetrUtil::JSON::Objectvirtual
mRoottrUtil::JSON::Objectprivate
Object()trUtil::JSON::Object
Object(const Value &Object)trUtil::JSON::Object
PrintJSONRoot() overridetrUtil::JSON::Objectvirtual
SetArray(const std::string &key, Array &value) overridetrUtil::JSON::Objectvirtual
SetBool(const std::string &key, const bool &value) overridetrUtil::JSON::Objectvirtual
SetComment(const std::string &comment)trUtil::JSON::Object
SetDouble(const std::string &key, const double &value) overridetrUtil::JSON::Objectvirtual
SetFloat(const std::string &key, const float &value) overridetrUtil::JSON::Objectvirtual
SetInt(const std::string &key, const int &value) overridetrUtil::JSON::Objectvirtual
SetInt64(const std::string &key, const Int64 &value) overridetrUtil::JSON::Objectvirtual
SetNull(const std::string &key) overridetrUtil::JSON::Objectvirtual
SetObject(const std::string &key, Object &value) overridetrUtil::JSON::Objectvirtual
SetString(const std::string &key, const std::string &value) overridetrUtil::JSON::Objectvirtual
SetUInt(const std::string &key, const unsigned int &value) overridetrUtil::JSON::Objectvirtual
SetUInt64(const std::string &key, const UInt64 &value) overridetrUtil::JSON::Objectvirtual
~Object()trUtil::JSON::Object