#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)