|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
The class RefCounterBaseC implements the maximum common part of reference
counters.
Derived Classes:
Typedefs:
- typedef const void * LabelT;
-
A label to identify the object.
- typedef unsigned int RCCountT;
-
A number of references.
Methods:
- LabelT Label() const
-
Returns the label of this reference counter.
The member function
is useful mainly to recognize objects during debugging.
The value of the label is uniquely defined pointer.
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|