ADTF  3.18.2
adtf::base::hollow Namespace Reference

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...
 

Detailed Description

Namespace for all functionality of the ADTF Base SDK provided since v3.7.

Function Documentation

◆ get_property_object_by_path() [1/2]

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.

Parameters
oConfigurationThe configuration
strPropertyPathAndNamethe path with '/' separator
oPropertyThe out property reference
Returns
tResult

◆ get_property_object_by_path() [2/2]

tResult adtf::base::hollow::get_property_object_by_path ( const IProperties oProperties,
const char *  strPropertyPathAndName,
ant::IProperty oProperty 
)

gets a property by path.

Parameters
[in]oPropertiesteh properties where to get the path from.
[in]strPropertyPathAndNameThe name and path of the property.
[out]oPropertyThis will be set to the property value.
Returns
Standard result.