ADTF  3.18.2
property_intf.h File Reference

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

Namespaces

 adtf
 Namespace for entire ADTF SDK.
 
 adtf::base
 Namespace for the ADTF Base SDK.
 
 adtf::base::ant
 Namespace for all functionality of the ADTF Base SDK provided since v3.0.
 
 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. More...
 
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. More...
 
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. More...
 
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. More...
 
tResult is_equal (const ant::IProperties &oLeftProperties, const ant::IProperties &oRightProperties)
 Check if two property sets are equal. More...
 
tResult is_equal (const ant::IProperty &oLeftProperty, const ant::IProperty &oRightProperty)
 Check if two properties are equal. More...
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file property_intf.h.