Fawkes API Fawkes Development Version
|
This is the complete list of members for Backend, including all inherited members.
addto_services(const std::shared_ptr< Service > &&services) | Backend | inline |
addto_services(const std::shared_ptr< Service > &services) | Backend | inline |
addto_services(const Service &&services) | Backend | inline |
api_version() | Backend | inlinestatic |
apiVersion() const | Backend | inline |
Backend() | Backend | |
Backend(const std::string &json) | Backend | |
Backend(const rapidjson::Value &v) | Backend | |
from_json(const std::string &json) | Backend | virtual |
from_json_value(const rapidjson::Value &v) | Backend | virtual |
id() const | Backend | inline |
kind() const | Backend | inline |
name() const | Backend | inline |
services() const | Backend | inline |
set_apiVersion(const std::string &apiVersion) | Backend | inline |
set_id(const std::string &id) | Backend | inline |
set_kind(const std::string &kind) | Backend | inline |
set_name(const std::string &name) | Backend | inline |
set_services(const std::vector< std::shared_ptr< Service > > &services) | Backend | inline |
set_url(const std::string &url) | Backend | inline |
to_json(bool pretty=false) const | Backend | virtual |
to_json_value(rapidjson::Document &d, rapidjson::Value &v) const | Backend | virtual |
url() const | Backend | inline |
validate(bool subcall=false) const | Backend | virtual |
~Backend() | Backend | virtual |