Super class for reference counted classes. More...
#include <ReferenceCounted.hpp>
Public Member Functions | |
ReferenceCounted () | |
virtual | ~ReferenceCounted () |
void | incrementRefCount () const |
Increment the reference count. More... | |
virtual void | decrementRefCount () const |
Decrement the reference count, deleting if it becomes zero. More... | |
Protected Attributes | |
unsigned int | _ref_count |
Super class for reference counted classes.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Decrement the reference count, deleting if it becomes zero.
|
inline |
Increment the reference count.
|
protected |