|
|
| cProperties () |
| | CTOR.
|
| |
|
virtual | ~cProperties () |
| | DTOR.
|
| |
| | cProperties (const cProperties &oPropy) |
| |
| cProperties & | operator= (const cProperties &oPropy) |
| |
| | cProperties (const IProperties &oIPropy) |
| |
| cProperties & | operator= (const IProperties &oIPropy) |
| |
| | cPropertiesBase () |
| | dptr impl
|
| |
|
virtual | ~cPropertiesBase () |
| | DTOR.
|
| |
| | cPropertiesBase (const cPropertiesBase &oPropy) |
| |
| cPropertiesBase & | operator= (const cPropertiesBase &oPropy) |
| |
| | cPropertiesBase (const IProperties &oIPropy) |
| |
| cPropertiesBase & | operator= (const IProperties &oIPropy) |
| |
|
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 |
| |
|
tResult | RegisterPropertyObserver (const char *strPropertyName, IPropertyObserver &oObserver) |
| |
|
tResult | UnregisterPropertyObserver (IPropertyObserver &oObserver) |
| |
| cPropertiesBase & | CreateProperty (const char *strName, const ant::IPropertyValue &oValue) |
| |
| 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") |
| |
Property Store as IObject