|
ADTF Display Toolbox
|
Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Namespaces | |
| adtf | |
| Main namespace. | |
| adtf::disptb | |
| Namespace for functionality provided by the Display Toolbox. | |
Functions | |
| std::string | BuildPropertyName (std::string const &prefix, std::string const &prop_name) |
| Rule to build a full property name, based on its prefix and (base) name. More... | |
| template<typename T > | |
| void | AttachPropertyEntry (const tChar *prop_name_prefix, const tChar *prop_name, T const &prop_val, adtf::base::ant::IConfiguration &configuration) |
| Attaches a property and its value to a given configuration. More... | |
| template<typename T > | |
| T | GetPropertyValue (std::string const &prop_name_prefix, std::string const &prop_name, adtf::base::ant::IConfiguration const &configuration) |
| Retrieves the value of a property from a given configuration. More... | |
| bool | HasProperty (std::string const &prop_name_prefix, std::string const &prop_name, adtf::base::ant::IConfiguration const &configuration) |
| Query whether a configuration contains a property. More... | |
| template<typename ValueType > | |
| ValueType | RestorePropertyValue (std::string const &prefix, std::string const &prop_name, adtf::base::ant::IConfiguration const &configuration) |
| Restores the value of a property from a given configuration. More... | |
Variables | |
| static constexpr char | property_separator [] = "." |
| Define a separator for properties. | |
Copyright © Audi Electronics Venture GmbH.
All rights reserved
Definition in file adtf_display_toolbox_base.h.