Accessor for reference counter management methods. More...
Static Public Member Functions | |
| static void | addReference (T *t) |
| static void | removeReference (T *t) |
Accessor for reference counter management methods.
The class T must define two methods addReference() and removeReference() to manage reference counters. removeReference() must destroy the instance if the counter reaches zero.
Definition at line 131 of file RefDeclarations.h.
|
inlinestatic |
Definition at line 135 of file RefDeclarations.h.
|
inlinestatic |
Definition at line 142 of file RefDeclarations.h.