All Frameworks Class Hierarchy This Framework Indexes
PolyhedralInterfaces Interface CATPolyRefCounted
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATPolyRefCounted
A class that implements reference counting.
Method Index
- o
AddRef()
- Increments the reference count of the instance.
- o
GetNbReferences()
- Returns the number of references made to this instance.
- o
Release()
- Decrements the reference count of the instance.
Methods
o AddRef
-
Increments the reference count of the instance.
o GetNbReferences
-
Returns the number of references made to this instance.
- Returns:
- Return the number of references made to the instance.
o Release
-
Decrements the reference count of the instance. When the counter reaches 0, the instance is deleted.
This object is included in the file: CATPolyRefCounted.h
If needed, your Imakefile.mk should include the module: CATPolyhedralInterfaces