|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
�PREV CLASS�� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CInterface { public: CInterface(); virtual ~CInterface(); public: void AddRef(); void Release(); };
The base class for objects, lifetime of which is controlled through reference counting.
Constructor/Destructor Summary | |
CInterface
();
����������Constructs the interface. |
|
~CInterface
();
����������Destroys the interface. |
Function Summary | |
void
|
AddRef
();
����������Increments the reference counter of this object by one. |
void
|
Release
();
����������Decrements the reference counter of this object by one; deletes this object if the resulting value of the reference counter becomes equal to or less than zero. |
Constructor/Destructor Detail |
CInterface();
Constructs the interface.
virtual ~CInterface();
Destroys the interface.
Function Detail |
void AddRef();
Increments the reference counter of this object by one.
void Release();
Decrements the reference counter of this object by one; deletes this object if the resulting value of the reference counter becomes equal to or less than zero.
|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
�PREV CLASS�� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |