|
|
tResult | adtf::base::spider::visit_property (const ant::IProperties &oProperties, const char *strPropertyName, const std::function< tResult(const IProperty &oProperty)> &fnCallback) |
| |
|
tResult | adtf::base::spider::visit_property_by_path (const ant::IProperties &oProperties, const char *strPropertyPathAndName, const std::function< tResult(const IProperty &oProperty)> &fnCallback) |
| |
| template<typename VALUETYPE> |
| tResult | adtf::base::ant::set_property (IProperties &oProperties, const char *strNameOfValue, VALUETYPE oValue) |
| |
| tResult | adtf::base::ant::set_property (IProperties &oProperties, const char *strNameOfValue, const char *poValue) |
| |
| template<typename T> |
| T | adtf::base::ant::get_property (const IProperties &oProperties, const char *strNameOfValue, const T &oDefaultValue) |
| |
| template<typename VALUETYPE> |
| VALUETYPE | adtf::base::ant::get_property (const IProperties &oProperties, const char *strNameOfValue) |
| |
| tResult | adtf::base::hollow::get_property_object_by_path (const IProperties &oProperties, const char *strPropertyPathAndName, ant::IProperty &oProperty) |
| |
|
template<typename VALUETYPE> |
| tResult | adtf::base::catwo::set_property_by_path (IProperties &oProperties, const char *strPathAndName, VALUETYPE oValue) |
| |
|
template<typename T> |
| T | adtf::base::catwo::get_property_by_path (const IProperties &oProperties, const char *strPathAndName, const T &oDefaultValue) |
| |
|
template<typename VALUETYPE> |
| VALUETYPE | adtf::base::catwo::get_property_by_path (const IProperties &oProperties, const char *strPathAndName) |
| |
| std::pair< std::string, std::string > | adtf::base::elasto::split_parents_and_leaf (const char *strPropertyPathAndName) |
| |
| tResult | adtf::base::elasto::create_property_tree (ant::IProperties &oProperties, const char *strPath) |
| |
|
template<typename PropertyType> |
| void | adtf::base::lucky::detail::call_callback (const ant::IProperty &oProperty, const std::function< void(const char *, PropertyType)> &fnCallback) |
| |
| void | adtf::base::lucky::visit_properties (const ant::IProperties &oProperties, tPropertyVisitorCallback fnCallback) |
| |
| template<typename SubPropertyType> |
| void | adtf::base::lucky::visit_properties (const ant::IProperties &oProperties, std::function< void(const char *, SubPropertyType)> fnCallback) |
| |
| void | adtf::base::lucky::visit_sub_properties (const ant::IProperty &oProperty, tPropertyVisitorCallback fnCallback) |
| |
| template<typename SubPropertyType> |
| void | adtf::base::lucky::visit_sub_properties (const ant::IProperty &oProperty, std::function< void(const char *, SubPropertyType)> fnCallback) |
| |
| void | adtf::base::lucky::visit_sub_properties (const ant::IProperties &oProperties, const char *strPropertyName, tPropertyVisitorCallback fnCallback) |
| |
| template<typename SubPropertyType> |
| void | adtf::base::lucky::visit_sub_properties (const ant::IProperties &oProperties, const char *strPropertyName, std::function< void(const char *, SubPropertyType)> fnCallback) |
| |
| void | adtf::base::spider::visit_properties (const ant::IProperties &oProperties, const tPropertyVisitorCallback &fnCallback) |
| |
| template<typename SubPropertyType> |
| void | adtf::base::spider::visit_properties (const ant::IProperties &oProperties, const std::function< void(const char *, SubPropertyType)> &fnCallback) |
| |
| void | adtf::base::spider::visit_sub_properties (const ant::IProperty &oProperty, const tPropertyVisitorCallback &fnCallback) |
| |
| template<typename SubPropertyType> |
| void | adtf::base::spider::visit_sub_properties (const ant::IProperty &oProperty, const std::function< void(const char *, SubPropertyType)> &fnCallback) |
| |
| void | adtf::base::spider::visit_sub_properties (const ant::IProperties &oProperties, const char *strPropertyName, const tPropertyVisitorCallback &fnCallback) |
| |
| template<typename SubPropertyType> |
| void | adtf::base::spider::visit_sub_properties (const ant::IProperties &oProperties, const char *strPropertyName, const std::function< void(const char *, SubPropertyType)> &fnCallback) |
| |
| template<typename VALUETYPE> |
| tResult | adtf::base::set_property (IConfiguration &oConfiguration, const char *strNameOfValue, VALUETYPE oValue) |
| | Set the property.
|
| |
| template<typename VALUETYPE> |
| VALUETYPE | adtf::base::get_property (const IConfiguration &oConfiguration, const char *strNameOfValue, VALUETYPE oDefaultValue) |
| | Get the property content converted to the VALUETYPE.
|
| |
|
template<typename VALUETYPE> |
| tResult | adtf::base::set_property_by_path (IConfiguration &oConfiguration, const char *strPathAndName, VALUETYPE oValue) |
| |
|
template<typename VALUETYPE> |
| VALUETYPE | adtf::base::get_property_by_path (const IConfiguration &oConfiguration, const char *strPathAndName, VALUETYPE oDefaultValue) |
| |
| tResult | adtf::base::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.
|
| |
| std::pair< std::string, std::string > | adtf::base::split_parents_and_leaf (const char *strPropertyPathAndName) |
| |
| tResult | adtf::base::create_property_tree (ant::IProperties &oProperties, const char *strPath) |
| |
| void | adtf::base::visit_properties (const ant::IProperties &oProperties, const tPropertyVisitorCallback &fnCallback) |
| |
| void | adtf::base::visit_sub_properties (const ant::IProperty &oProperty, const tPropertyVisitorCallback &fnCallback) |
| |
|
tResult | adtf::base::visit_property (const ant::IProperties &oProperties, const char *strPropertyName, const std::function< tResult(const IProperty &oProperty)> &fnCallback) |
| |
|
tResult | adtf::base::visit_property_by_path (const ant::IProperties &oProperties, const char *strPropertyPathAndName, const std::function< tResult(const IProperty &oProperty)> &fnCallback) |
| |
Copyright © Audi Electronics Venture GmbH. All rights reserved