ADTF
|
Namespace for all functionality of the ADTF Base SDK provided since v3.7. More...
Classes | |
class | property_variable |
Property Variable template for the given T . More... | |
Functions | |
tResult | get_property_object_by_path (const ant::IConfiguration &oConfiguration, const char *strPropertyPathAndName, ant::IProperty &oProperty) |
Retrieves a property reference under the given oConfiguration by path. More... | |
tResult | get_property_object_by_path (const IProperties &oProperties, const char *strPropertyPathAndName, ant::IProperty &oProperty) |
gets a property by path. More... | |
Namespace for all functionality of the ADTF Base SDK provided since v3.7.
tResult adtf::base::hollow::get_property_object_by_path | ( | const ant::IConfiguration & | oConfiguration, |
const char * | strPropertyPathAndName, | ||
ant::IProperty & | oProperty | ||
) |
Retrieves a property reference under the given oConfiguration
by path.
oConfiguration | The configuration |
strPropertyPathAndName | the path with '/' separator |
oProperty | The out property reference |
tResult adtf::base::hollow::get_property_object_by_path | ( | const IProperties & | oProperties, |
const char * | strPropertyPathAndName, | ||
ant::IProperty & | oProperty | ||
) |
gets a property by path.
[in] | oProperties | teh properties where to get the path from. |
[in] | strPropertyPathAndName | The name and path of the property. |
[out] | oProperty | This will be set to the property value. |