Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
WWhizBase Class Reference
This is the base class for several Workspace Whiz! objects that allows reference counting.
More...
#include <WWhizInterface2.h>
Inheritance diagram for WWhizBase
[legend]List of all members.
Public Methods |
virtual UINT | GetRefCount ()=0 |
virtual UINT | AddRef ()=0 |
| Increases the object's reference count by one. More...
|
virtual UINT | Release ()=0 |
| Decreases the object's reference count by one. More...
|
Detailed Description
This is the base class for several Workspace Whiz! objects that allows reference counting.
It should look fairly similar to COM's IUnknown.
Member Function Documentation
UINT WWhizBase::AddRef (
|
) [pure virtual]
|
|
|
Increases the object's reference count by one.
-
Returns:
-
Returns the current reference count of the object.
|
UINT WWhizBase::GetRefCount (
|
) [pure virtual]
|
|
|
-
Returns:
-
Returns the current reference count of the object.
|
UINT WWhizBase::Release (
|
) [pure virtual]
|
|
|
Decreases the object's reference count by one.
-
Returns:
-
Returns the current reference count of the object.
|
The documentation for this class was generated from the following file:
Generated at Mon Jan 8 23:50:20 2001 for WWhizInterface by
1.2.4 written by Dimitri van Heesch,
© 1997-2000