|
TrueReality
v0.1.1912
|
This is the complete list of members for trUtil::JSON::Base, including all inherited members.
| Clear()=0 | trUtil::JSON::Base | pure virtual |
| GetArray(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| GetBool(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| GetDouble(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| GetFloat(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| GetInt(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| GetInt64(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| GetJSONRoot()=0 | trUtil::JSON::Base | pure virtual |
| GetObject(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| GetString(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| GetUInt(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| GetUInt64(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| IsArray(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| IsBool(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| IsDouble(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| IsFalse(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| IsFloat(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| IsInt(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| IsInt64(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| IsNull(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| IsNumber(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| IsObject(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| IsString(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| IsTrue(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| IsUInt(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| IsUInt64(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| KeyPresent(const std::string &key) const =0 | trUtil::JSON::Base | pure virtual |
| PrintJSONRoot()=0 | trUtil::JSON::Base | pure virtual |
| SetArray(const std::string &key, Array &Array)=0 | trUtil::JSON::Base | pure virtual |
| SetBool(const std::string &key, const bool &value)=0 | trUtil::JSON::Base | pure virtual |
| SetDouble(const std::string &key, const double &value)=0 | trUtil::JSON::Base | pure virtual |
| SetFloat(const std::string &key, const float &value)=0 | trUtil::JSON::Base | pure virtual |
| SetInt(const std::string &key, const int &value)=0 | trUtil::JSON::Base | pure virtual |
| SetInt64(const std::string &key, const Int64 &value)=0 | trUtil::JSON::Base | pure virtual |
| SetNull(const std::string &key)=0 | trUtil::JSON::Base | pure virtual |
| SetObject(const std::string &key, Object &Object)=0 | trUtil::JSON::Base | pure virtual |
| SetString(const std::string &key, const std::string &value)=0 | trUtil::JSON::Base | pure virtual |
| SetUInt(const std::string &key, const unsigned int &value)=0 | trUtil::JSON::Base | pure virtual |
| SetUInt64(const std::string &key, const UInt64 &value)=0 | trUtil::JSON::Base | pure virtual |