|
softwarecontainer
0.18.0-739e8d7 2017-05-04
|
Public Member Functions | |
| GatewayConfiguration () | |
| Creates a new GatewayConfiguration object. More... | |
| GatewayConfiguration (const GatewayConfiguration &gwConf) | |
| GatewayConfiguration & | operator= (const GatewayConfiguration &gwConf) |
| bool | append (const std::string &id, const std::string &jsonConf) |
| bool | append (const std::string &id, json_t *conf) |
| bool | append (const GatewayConfiguration &source) |
| std::vector< std::string > | ids () const |
| json_t * | config (const std::string &gatewayId) const |
| bool | empty () |
Definition at line 29 of file gatewayconfig.h.
| softwarecontainer::GatewayConfiguration::GatewayConfiguration | ( | ) |
Creates a new GatewayConfiguration object.
| SoftwareContainerError | if initialization fails. |
Definition at line 24 of file gatewayconfig.cpp.