DiFfRG
Loading...
Searching...
No Matches
DiFfRG::JSONValue Member List

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

get_bool(const std::string &key) constDiFfRG::JSONValue
get_bool(const std::string &key, const bool def) constDiFfRG::JSONValue
get_double(const std::string &key) constDiFfRG::JSONValue
get_double(const std::string &key, const double def) constDiFfRG::JSONValue
get_int(const std::string &key) constDiFfRG::JSONValue
get_int(const std::string &key, const int def) constDiFfRG::JSONValue
get_string(const std::string &key) constDiFfRG::JSONValue
get_string(const std::string &key, const std::string &def) constDiFfRG::JSONValue
get_uint(const std::string &key) constDiFfRG::JSONValue
get_uint(const std::string &key, const uint def) constDiFfRG::JSONValue
JSONValue()DiFfRG::JSONValue
JSONValue(const std::string filename)DiFfRG::JSONValue
JSONValue(const json::value &v)DiFfRG::JSONValue
operator json::value() constDiFfRG::JSONValue
operator()()DiFfRG::JSONValue
operator==(const JSONValue &other) constDiFfRG::JSONValue
pretty_print(std::ostream &os, json::value const &v, std::string *indent=nullptr) constDiFfRG::JSONValueprivate
print(std::ostream &os) constDiFfRG::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
valueDiFfRG::JSONValueprivate