|
using | Includes = std::list< String > |
|
|
static const char * | XmlElementName |
|
String | path |
|
◆ ConfigurationSettings() [1/3]
Arp::System::Commons::Configuration::ConfigurationSettings::ConfigurationSettings |
( |
void |
| ) |
|
|
default |
◆ ConfigurationSettings() [2/3]
Arp::System::Commons::Configuration::ConfigurationSettings::ConfigurationSettings |
( |
const ConfigurationSettings & |
arg | ) |
|
|
default |
◆ ConfigurationSettings() [3/3]
Arp::System::Commons::Configuration::ConfigurationSettings::ConfigurationSettings |
( |
ConfigurationSettings && |
arg | ) |
|
|
default |
◆ ~ConfigurationSettings()
Arp::System::Commons::Configuration::ConfigurationSettings::~ConfigurationSettings |
( |
void |
| ) |
|
|
default |
Destructs this instance and frees all resources.
◆ operator=() [1/2]
Move-assignment operator.
◆ operator=() [2/2]
Copy-assignment operator.
◆ ReadXml()
ReadXML must be implemented by all classes which should read its context from xml files
param name="reader">The XmlReader which must be used to read the xml document
param name="context">XmlSerializationContext used by the document
summary>WriteXml must be implemented by all classes which should write its context to xml files
param name="writer">The XmlWriter which must be used to write the xml data
param name="context">XmlSerializationContext used by the document
Reimplemented from Arp::System::Commons::Configuration::ConfigSettings.
The documentation for this class was generated from the following file: