ADTF  3.18.2
cPropertiesHelperabstract

Helper to create a copy. More...

Inheritance diagram for cPropertiesHelper:
[legend]

Public Member Functions

bool Exists (const char *) const override
 
tResult GetProperty (const char *, IProperty &) const override
 
tResult SetProperty (const IProperty &)=0
 
tResult SetPropertyByPath (const char *, const IProperty &) override
 
tResult Set (const IProperties &) override
 
tResult Get (IProperties &) const override
 
size_t GetSize () const override
 
tResult RemoveProperty (const char *) override
 
tResult RegisterPropertyObserver (const char *, IPropertyObserver &) override
 
tResult UnregisterPropertyObserver (IPropertyObserver &) override
 
- Public Member Functions inherited from object< IProperties >
tResult GetInterface (const char *i_strIID, void *&o_pInterface) override
 Query interfaces on an object. More...
 
tResult GetInterface (const char *i_strIID, const void *&o_pInterface) const override
 Provides const correct interface querying. More...
 
void Destroy () const override
 Destruct and deallocate instantiations of type IObject. More...
 
- Public Member Functions inherited from IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 Marks the IObject to be castable with the ucom_cast() More...
 

Additional Inherited Members

- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Use implemented Destroy() instead of delete!
 

Detailed Description

Helper to create a copy.

Definition at line 124 of file properties_v1.h.