FBX C++ API Reference
|
#include <fbxalloc.h>
FbxSharedPtr class describes an object that stores a pointer to a single allocated object of type Type* that ensures that the object to which it points gets destroyed automatically when the control leaves a scope and the reference count is 0.
Definition at line 280 of file fbxalloc.h.
Public Member Functions | |
RefCount () | |
~RefCount () | |
void | Init () |
void | IncRef () |
int | DecRef () |
|
inline |
Definition at line 283 of file fbxalloc.h.
|
inline |
Definition at line 284 of file fbxalloc.h.
|
inline |
Definition at line 286 of file fbxalloc.h.
|
inline |
Definition at line 287 of file fbxalloc.h.
|
inline |
Definition at line 288 of file fbxalloc.h.