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 134 of file RefDeclarations.h.
|
inlinestatic |
Definition at line 138 of file RefDeclarations.h.
|
inlinestatic |
Definition at line 145 of file RefDeclarations.h.