Namespace for all functionality of the ADTF Base SDK provided since v3.2. More...
Functions | |
template<typename VALUETYPE> | |
tResult | set_property_by_path (IConfiguration &oConfiguration, const char *strPathAndName, VALUETYPE oValue) |
template<typename VALUETYPE> | |
VALUETYPE | get_property_by_path (const IConfiguration &oConfiguration, const char *strPathAndName, VALUETYPE oDefaultValue) |
template<typename VALUETYPE> | |
VALUETYPE | get_property_by_path (const IConfiguration &oConfiguration, const char *strPathAndName) |
template<typename VALUETYPE> | |
tResult | set_property_by_path (IProperties &oProperties, const char *strPathAndName, VALUETYPE oValue) |
template<typename T> | |
T | get_property_by_path (const IProperties &oProperties, const char *strPathAndName, const T &oDefaultValue) |
template<typename VALUETYPE> | |
VALUETYPE | get_property_by_path (const IProperties &oProperties, const char *strPathAndName) |
Namespace for all functionality of the ADTF Base SDK provided since v3.2.
VALUETYPE get_property_by_path | ( | const IConfiguration & | oConfiguration, |
const char * | strPathAndName ) |
Definition at line 355 of file configuration.h.
VALUETYPE get_property_by_path | ( | const IConfiguration & | oConfiguration, |
const char * | strPathAndName, | ||
VALUETYPE | oDefaultValue ) |
Definition at line 344 of file configuration.h.
VALUETYPE get_property_by_path | ( | const IProperties & | oProperties, |
const char * | strPathAndName ) |
Definition at line 169 of file property_helper.h.
T get_property_by_path | ( | const IProperties & | oProperties, |
const char * | strPathAndName, | ||
const T & | oDefaultValue ) |
Definition at line 152 of file property_helper.h.
tResult set_property_by_path | ( | IConfiguration & | oConfiguration, |
const char * | strPathAndName, | ||
VALUETYPE | oValue ) |
Definition at line 336 of file configuration.h.
tResult set_property_by_path | ( | IProperties & | oProperties, |
const char * | strPathAndName, | ||
VALUETYPE | oValue ) |
Definition at line 138 of file property_helper.h.