|
| cProperties () |
| CTOR.
|
|
virtual | ~cProperties () |
| DTOR.
|
|
| cProperties (const cProperties &oPropy) |
| copy CTOR
|
|
cProperties & | operator= (const cProperties &oPropy) |
| assinment operator
|
|
| cProperties (const IProperties &oIPropy) |
| copy CTOR
|
|
cProperties & | operator= (const IProperties &oIPropy) |
| assinment operator
|
|
| cPropertiesBase () |
| CTOR.
|
|
virtual | ~cPropertiesBase () |
| DTOR.
|
|
| cPropertiesBase (const cPropertiesBase &oPropy) |
| copy CTOR
|
|
cPropertiesBase & | operator= (const cPropertiesBase &oPropy) |
| copy assignment
|
|
| cPropertiesBase (const IProperties &oIPropy) |
| copy CTOR tfrom interface value
|
|
cPropertiesBase & | operator= (const IProperties &oIPropy) |
| copy asignment
|
|
bool | Exists (const char *strName) const override |
|
tResult | Get (IProperties &pProperties) const override |
|
tResult | Set (const IProperties &pProperties) override |
|
size_t | GetSize () const override |
|
tResult | GetProperty (const char *strName, IProperty &pProperty) const override |
|
tResult | SetProperty (const IProperty &pProperty) override |
|
tResult | SetPropertyByPath (const char *strParentPath, const IProperty &pProperty) override |
|
tResult | RemoveProperty (const char *strName) override |
|
bool | IsEqual (const IProperties &oProperties) const |
| compares the content of the current storage with the given oProperties
|
|
tResult | RegisterPropertyObserver (const char *strPropertyName, IPropertyObserver &oObserver) |
|
tResult | UnregisterPropertyObserver (IPropertyObserver &oObserver) |
|
cPropertiesBase & | CreateProperty (const char *strName, const ant::IPropertyValue &oValue) |
| Adds a new property and returns a reference to the sub-properties object.
|
|
tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object.
|
|
tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying.
|
|
void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor.
|
|
tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object.
|
|
tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying.
|
|
void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor.
|
|
tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object.
|
|
tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying.
|
|
void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor.
|
|
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") |
| Marks the IObject to be castable with the ucom_cast()
|
|