|
DiFfRG
|
This is the complete list of members for DiFfRG::JSONValue, including all inherited members.
| get_bool(const std::string &key) const | DiFfRG::JSONValue | |
| get_bool(const std::string &key, const bool def) const | DiFfRG::JSONValue | |
| get_double(const std::string &key) const | DiFfRG::JSONValue | |
| get_double(const std::string &key, const double def) const | DiFfRG::JSONValue | |
| get_int(const std::string &key) const | DiFfRG::JSONValue | |
| get_int(const std::string &key, const int def) const | DiFfRG::JSONValue | |
| get_string(const std::string &key) const | DiFfRG::JSONValue | |
| get_string(const std::string &key, const std::string &def) const | DiFfRG::JSONValue | |
| get_uint(const std::string &key) const | DiFfRG::JSONValue | |
| get_uint(const std::string &key, const uint def) const | DiFfRG::JSONValue | |
| JSONValue() | DiFfRG::JSONValue | |
| JSONValue(const std::string filename) | DiFfRG::JSONValue | |
| JSONValue(const json::value &v) | DiFfRG::JSONValue | |
| operator json::value() const | DiFfRG::JSONValue | |
| operator()() | DiFfRG::JSONValue | |
| operator==(const JSONValue &other) const | DiFfRG::JSONValue | |
| pretty_print(std::ostream &os, json::value const &v, std::string *indent=nullptr) const | DiFfRG::JSONValue | private |
| print(std::ostream &os) const | DiFfRG::JSONValue | |
| set_bool(const std::string &key, bool value) | DiFfRG::JSONValue | |
| set_double(const std::string &key, double value) | DiFfRG::JSONValue | |
| set_int(const std::string &key, int value) | DiFfRG::JSONValue | |
| set_string(const std::string &key, const std::string &value) | DiFfRG::JSONValue | |
| set_uint(const std::string &key, uint value) | DiFfRG::JSONValue | |
| value | DiFfRG::JSONValue | private |