Super class for reference counted classes.
More...
#include <ReferenceCounted.hpp>
List of all members.
Detailed Description
Super class for reference counted classes.
Constructor & Destructor Documentation
ReferenceCounted::ReferenceCounted |
( |
| ) |
|
|
inline |
virtual ReferenceCounted::~ReferenceCounted |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
virtual void ReferenceCounted::decrementRefCount |
( |
| ) |
const |
|
inlinevirtual |
Decrement the reference count, deleting if it becomes zero.
void ReferenceCounted::incrementRefCount |
( |
| ) |
const |
|
inline |
Increment the reference count.
Member Data Documentation
unsigned int ReferenceCounted::_ref_count |
|
protected |
The documentation for this class was generated from the following file: