![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Provides a base implementation of reference counting. More...
#include <RefCounted.h>
Protected Member Functions | |
RefCounted () | |
virtual | ~RefCounted () |
Private Member Functions | |
friend | void::intrusive_ptr_add_ref (RefCounted *ptr) |
friend | void::intrusive_ptr_release (RefCounted *ptr) |
Private Attributes | |
long | ref_count_ |
Reference count used for boost::intrusive_ptr. More... | |
Provides a base implementation of reference counting.
To be used with boost::intrusive_ptr.
|
inlineprotected |
|
inlineprotectedvirtual |
|
private |
|
private |
|
private |
Reference count used for boost::intrusive_ptr.