#include <RefCounted.h>

Public Member Functions | |
| void | addRef () const |
| void | release () const |
| long | refCount () |
Note: this class isn't copyable - you must copy the intrusive_ptr that points to the class that has mixed this in not the class itself (as that would sidestep the reference counting)
Definition at line 36 of file RefCounted.h.
1.5.6