Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Classes | |
class | IRawValue |
The IRawValue interface provides methods for getting and setting raw values. More... | |
class | IPropertyValue |
The IPropertyValue interface provides methods for getting and setting property values. More... | |
class | IProperty |
The IProperty interface provides methods for getting and setting property values, name of the property and its subproperties. More... | |
class | IPropertyObserver |
Observer Interface to react on property changes. More... | |
class | IProperties |
Defintion of a property set container interface. More... | |
class | IPropertyObserver |
Observer Interface to react on property changes. More... | |
class | IPropertyValue |
The IPropertyValue interface provides methods for getting and setting property values. More... | |
class | IProperties |
Defintion of a property set container interface. More... | |
class | IProperty |
The IProperty interface provides methods for getting and setting property values, name of the property and its subproperties. More... | |
Namespaces | |
namespace | adtf |
Namespace for entire ADTF SDK. | |
namespace | adtf::base |
Namespace for the ADTF Base SDK. | |
namespace | adtf::base::ant |
Namespace for all functionality of the ADTF Base SDK provided since v3.0. | |
namespace | adtf::base::spider |
Namespace for all functionality of the ADTF Base SDK provided since v3.18. | |
Functions | |
bool | operator== (const IProperty &oPropertyLeft, const IProperty &oPropertyRight) |
The equality operator returns true only if the given oPropertyLeft is the same as oPropertyRight . | |
bool | operator!= (const IProperty &oPropertyLeft, const IProperty &oPropertyRight) |
The not-equality operator returns false only if the given oPropertyLeft is exact the same as oPropertyRight . | |
bool | operator== (const IProperties &oPropertiesLeft, const IProperties &oPropertiesRight) |
The equality operator returns true only if the given oPropertiesLeft has the same properties and property values as oPropertiesRight . | |
bool | operator!= (const IProperties &oPropertiesLeft, const IProperties &oPropertiesRight) |
The not-equality operator returns false only if the given oPropertiesLeft has the same properties and property values as oPropertiesRight . | |
tResult | is_equal (const ant::IProperties &oLeftProperties, const ant::IProperties &oRightProperties) |
Check if two property sets are equal. | |
tResult | is_equal (const ant::IProperty &oLeftProperty, const ant::IProperty &oRightProperty) |
Check if two properties are equal. | |
tResult | is_equal (const ant::IProperties &oLeftProperties, const ant::IProperties &oRightProperties) |
Check if two property sets are equal. | |