24 #ifndef __CORE_UTILS_REFCOUNT_H_
25 #define __CORE_UTILS_REFCOUNT_H_
void unref()
Decrement reference count and conditionally delete this instance.
unsigned int refcount()
Get reference count for this instance.
void ref()
Increment reference count.
Reference counting base class.
virtual ~RefCount()
Destructor.
Mutex mutual exclusion lock.