|
TrueReality
v0.1.1912
|
This is the complete list of members for trUtil::JSON::File, including all inherited members.
| Clear() override | trUtil::JSON::File | virtual |
| DEFAULT_JSON_FILE_NAME | trUtil::JSON::File | static |
| File() | trUtil::JSON::File | |
| File(std::string fileName) | trUtil::JSON::File | |
| FileExists() | trUtil::JSON::File | virtual |
| GetArray(const std::string &key) const override | trUtil::JSON::File | virtual |
| GetBool(const std::string &key) const override | trUtil::JSON::File | virtual |
| GetDouble(const std::string &key) const override | trUtil::JSON::File | virtual |
| GetFileName() const | trUtil::JSON::File | virtual |
| GetFilePath() const | trUtil::JSON::File | virtual |
| GetFloat(const std::string &key) const override | trUtil::JSON::File | virtual |
| GetInt(const std::string &key) const override | trUtil::JSON::File | virtual |
| GetInt64(const std::string &key) const override | trUtil::JSON::File | virtual |
| GetJSONRoot() override | trUtil::JSON::File | virtual |
| GetObject(const std::string &key) const override | trUtil::JSON::File | virtual |
| GetString(const std::string &key) const override | trUtil::JSON::File | virtual |
| GetUInt(const std::string &key) const override | trUtil::JSON::File | virtual |
| GetUInt64(const std::string &key) const override | trUtil::JSON::File | virtual |
| IsArray(const std::string &key) const override | trUtil::JSON::File | virtual |
| IsBool(const std::string &key) const override | trUtil::JSON::File | virtual |
| IsDouble(const std::string &key) const override | trUtil::JSON::File | virtual |
| IsFalse(const std::string &key) const override | trUtil::JSON::File | virtual |
| IsFloat(const std::string &key) const override | trUtil::JSON::File | virtual |
| IsInt(const std::string &key) const override | trUtil::JSON::File | virtual |
| IsInt64(const std::string &key) const override | trUtil::JSON::File | virtual |
| IsNull(const std::string &key) const override | trUtil::JSON::File | virtual |
| IsNumber(const std::string &key) const override | trUtil::JSON::File | virtual |
| IsObject(const std::string &key) const override | trUtil::JSON::File | virtual |
| IsString(const std::string &key) const override | trUtil::JSON::File | virtual |
| IsTrue(const std::string &key) const override | trUtil::JSON::File | virtual |
| IsUInt(const std::string &key) const override | trUtil::JSON::File | virtual |
| IsUInt64(const std::string &key) const override | trUtil::JSON::File | virtual |
| KeyPresent(const std::string &key) const override | trUtil::JSON::File | virtual |
| mFileName | trUtil::JSON::File | private |
| mFilePath | trUtil::JSON::File | private |
| mRoot | trUtil::JSON::File | private |
| PrintJSONRoot() override | trUtil::JSON::File | virtual |
| ReadFromFile(std::string fileName) | trUtil::JSON::File | virtual |
| ReadFromFile() | trUtil::JSON::File | virtual |
| SetArray(const std::string &key, Array &value) override | trUtil::JSON::File | virtual |
| SetBool(const std::string &key, const bool &value) override | trUtil::JSON::File | virtual |
| SetDouble(const std::string &key, const double &value) override | trUtil::JSON::File | virtual |
| SetFileName(std::string fileName) | trUtil::JSON::File | virtual |
| SetFilePath(std::string newPath) | trUtil::JSON::File | virtual |
| SetFloat(const std::string &key, const float &value) override | trUtil::JSON::File | virtual |
| SetInt(const std::string &key, const int &value) override | trUtil::JSON::File | virtual |
| SetInt64(const std::string &key, const Int64 &value) override | trUtil::JSON::File | virtual |
| SetNull(const std::string &key) override | trUtil::JSON::File | virtual |
| SetObject(const std::string &key, Object &value) override | trUtil::JSON::File | virtual |
| SetString(const std::string &key, const std::string &value) override | trUtil::JSON::File | virtual |
| SetUInt(const std::string &key, const unsigned int &value) override | trUtil::JSON::File | virtual |
| SetUInt64(const std::string &key, const UInt64 &value) override | trUtil::JSON::File | virtual |
| WriteToFile(std::string fileName) | trUtil::JSON::File | virtual |
| WriteToFile() | trUtil::JSON::File | virtual |
| ~File() | trUtil::JSON::File |