ADTF
|
Default implemementation of a property_variable. More...
Public Member Functions | |
void | SetUnregister (IMemberPropertyUnregister &oUnregister) |
virtual tResult | GetType (IString &&strType) const =0 |
Returns the identifier of the type. More... | |
virtual const IPropertyValue * | GetValue () const =0 |
Public Member Functions inherited from IPropertyObserver | |
virtual void | Notify (const IProperty &oProperty)=0 |
Implements the observer pattern. More... | |
Private Attributes | |
IMemberPropertyUnregister * | m_pUnregister = nullptr |
Additional Inherited Members | |
Protected Member Functions inherited from IPropertyObserver | |
~IPropertyObserver ()=default | |
Protected destructor. | |
Default implemementation of a property_variable.
Definition at line 67 of file configuration.h.
Returns the identifier of the type.
[out] | strType | The type identifier. |
Implemented in property_variable< T >, and property_variable< T >.
|
pure virtual |
Implemented in property_variable< T >, and property_variable< T >.