Group of configurations for specific service/domain. More...
#include <serverconfig.hpp>
Public Member Functions | |
ConfigurationGroup (ConfigurationGroup &&other)=default | |
Move constructor. | |
ConfigurationGroup (const ConfigurationGroup &other)=default | |
Copy constructor. | |
ConfigurationGroup (const string &name) | |
Constructor. | |
const string & | getName () const |
Get the configuration group name. | |
ConfigurationGroup & | operator= (ConfigurationGroup &&other)=default |
Move assignment. | |
ConfigurationGroup & | operator= (const ConfigurationGroup &other)=default |
Copy assignment. | |
virtual | ~ConfigurationGroup ()=default |
dtor | |
![]() | |
AttributeList & | getAttributes () |
Retrieve attributes. | |
const AttributeList & | getAttributes () const |
Retrieve attributes. | |
virtual | ~AttributeProviderBase ()=default |
Additional Inherited Members | |
![]() | |
AttributeList | m_attributes |
attribute data | |
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 |
Move assignment.
|
default |
Copy assignment.