softwarecontainer  0.18.0-739e8d7 2017-05-04
softwarecontainer::GatewayConfiguration Class Reference

Public Member Functions

 GatewayConfiguration ()
 Creates a new GatewayConfiguration object. More...
 
 GatewayConfiguration (const GatewayConfiguration &gwConf)
 
GatewayConfigurationoperator= (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 ()
 

Detailed Description

Definition at line 29 of file gatewayconfig.h.

Constructor & Destructor Documentation

softwarecontainer::GatewayConfiguration::GatewayConfiguration ( )

Creates a new GatewayConfiguration object.

Exceptions
SoftwareContainerErrorif initialization fails.

Definition at line 24 of file gatewayconfig.cpp.

25 {
26 }

The documentation for this class was generated from the following files: