ADTF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cLockedObject

The IStream interface provides defines methods for streaming data. More...

#include <lockedobject_unblocked.h>

Inheritance diagram for cLockedObject:
[legend]

Public Member Functions

virtual tResult Lock () const
 
virtual tResult Unlock () const
 
- Public Member Functions inherited from object< ILockedObject >
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.
 
- Public Member Functions inherited from IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 Marks the IObject to be castable with the ucom_cast()
 

Private Member Functions

 cLockedObject (const cLockedObject &)=delete
 
 cLockedObject (cLockedObject &&)=delete
 
cLockedObjectoperator= (const cLockedObject &)=delete
 
cLockedObjectoperator= (cLockedObject &&)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Only the final implementation can be destroyed!
 

Detailed Description

The IStream interface provides defines methods for streaming data.

Definition at line 23 of file lockedobject_unblocked.h.