Group of configurations for specific service/domain. More...
#include <serverconfig.hpp>
Public Member Functions | |
| ConfigurationGroup (const string &name) | |
| Constructor. More... | |
| ConfigurationGroup (const ConfigurationGroup &other)=default | |
| Copy constructor. More... | |
| ConfigurationGroup (ConfigurationGroup &&other)=default | |
| Move constructor. More... | |
| const string & | getName () const |
| Get the configuration group name. More... | |
| ConfigurationGroup & | operator= (const ConfigurationGroup &other)=default |
| Copy assignment. More... | |
| ConfigurationGroup & | operator= (ConfigurationGroup &&other)=default |
| Move assignment. More... | |
| virtual | ~ConfigurationGroup ()=default |
| dtor More... | |
Public Member Functions inherited from kanzi::connect::ServerConfig::AttributeProviderBase | |
| AttributeList & | getAttributes () |
| Retrieve attributes. More... | |
| const AttributeList & | getAttributes () const |
| Retrieve attributes. More... | |
| virtual | ~AttributeProviderBase ()=default |
Additional Inherited Members | |
Protected Attributes inherited from kanzi::connect::ServerConfig::AttributeProviderBase | |
| AttributeList | m_attributes |
| attribute data More... | |
Group of configurations for specific service/domain.
|
explicit |
Constructor.
| name | Name of the configuration group |
|
virtualdefault |
dtor
|
default |
Copy constructor.
|
default |
Move constructor.
| const string& kanzi::connect::ServerConfig::PublishedConfigurations::ConfigurationGroup::getName | ( | ) | const |
Get the configuration group name.
|
default |
Copy assignment.
|
default |
Move assignment.