#include <ReferenceCounted.hpp>
Inheritance diagram for ReferenceCounted:
Public Member Functions | |
ReferenceCounted () | |
virtual | ~ReferenceCounted () |
void | incrementRefCount () const |
Increment the reference count. | |
virtual void | decrementRefCount () const |
Decrement the reference count, deleting if it becomes zero. | |
Protected Attributes | |
unsigned int | _ref_count |
|
|
|
|
|
Decrement the reference count, deleting if it becomes zero.
|
|
Increment the reference count.
|
|
|