![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Go to the source code of this file.
Classes | |
class | RefCounted |
Provides a base implementation of reference counting. More... | |
Functions | |
void | intrusive_ptr_add_ref (RefCounted *ptr) |
Add a reference to a pointer. More... | |
void | intrusive_ptr_release (RefCounted *ptr) |
Remove a reference from a pointer. More... | |
|
inline |
Add a reference to a pointer.
[in] | ptr | Pointer to reference. |
|
inline |
Remove a reference from a pointer.
[in] | ptr | Pointer to de-reference. |