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