|
Fawkes API
Fawkes Development Version
|
This is the complete list of members for ConfigTree, including all inherited members.
| api_version() | ConfigTree | inlinestatic |
| apiVersion() const | ConfigTree | inline |
| config() const | ConfigTree | inline |
| ConfigTree() | ConfigTree | |
| ConfigTree(const std::string &json) | ConfigTree | |
| ConfigTree(const rapidjson::Value &v) | ConfigTree | |
| from_json(const std::string &json) | ConfigTree | virtual |
| from_json_value(const rapidjson::Value &v) | ConfigTree | virtual |
| kind() const | ConfigTree | inline |
| set_apiVersion(const std::string &apiVersion) | ConfigTree | inline |
| set_config(const std::shared_ptr< rapidjson::Document > &config) | ConfigTree | inline |
| set_kind(const std::string &kind) | ConfigTree | inline |
| to_json(bool pretty=false) const | ConfigTree | virtual |
| to_json_value(rapidjson::Document &d, rapidjson::Value &v) const | ConfigTree | virtual |
| validate(bool subcall=false) const | ConfigTree | virtual |