ADTF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
adtf::base::catwo Namespace Reference

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

Detailed Description

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

Function Documentation

◆ get_property_by_path() [1/4]

template<typename VALUETYPE>
VALUETYPE get_property_by_path ( const IConfiguration & oConfiguration,
const char * strPathAndName )

Definition at line 355 of file configuration.h.

◆ get_property_by_path() [2/4]

template<typename VALUETYPE>
VALUETYPE get_property_by_path ( const IConfiguration & oConfiguration,
const char * strPathAndName,
VALUETYPE oDefaultValue )

Definition at line 344 of file configuration.h.

◆ get_property_by_path() [3/4]

template<typename VALUETYPE>
VALUETYPE get_property_by_path ( const IProperties & oProperties,
const char * strPathAndName )

Definition at line 169 of file property_helper.h.

◆ get_property_by_path() [4/4]

template<typename T>
T get_property_by_path ( const IProperties & oProperties,
const char * strPathAndName,
const T & oDefaultValue )

Definition at line 152 of file property_helper.h.

◆ set_property_by_path() [1/2]

template<typename VALUETYPE>
tResult set_property_by_path ( IConfiguration & oConfiguration,
const char * strPathAndName,
VALUETYPE oValue )

Definition at line 336 of file configuration.h.

◆ set_property_by_path() [2/2]

template<typename VALUETYPE>
tResult set_property_by_path ( IProperties & oProperties,
const char * strPathAndName,
VALUETYPE oValue )

Definition at line 138 of file property_helper.h.