Class to contain information about all custom configurations in server config.
More...
#include <serverconfig.hpp>
Class to contain information about all custom configurations in server config.
◆ CustomConfiguration()
kanzi::connect::ServerConfig::CustomConfiguration::CustomConfiguration |
( |
const tinyxml2::XMLElement * | element | ) |
|
|
explicit |
Constructor.
- Parameters
-
element | Contains the XML definition for this configuration |
◆ ~CustomConfiguration()
virtual kanzi::connect::ServerConfig::CustomConfiguration::~CustomConfiguration |
( |
| ) |
|
|
overridevirtualdefault |
◆ getConfiguration()
CustomConfiguration * kanzi::connect::ServerConfig::CustomConfiguration::getConfiguration |
( |
string & | path | ) |
|
Get the configuration specified by path.
- Parameters
-
path | Identifies which configuration to return (hierarchies separated by '.') |
- Returns
- Pointer to the configuration or nullptr if not found (does not release ownership of configuration to caller)
The documentation for this class was generated from the following file: