|
FBX C++ API Reference
|
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. More...
#include <fbxalloc.h>
Public Member Functions | |
| RefCount () | |
| ~RefCount () | |
| void | Init () |
| void | IncRef () |
| int | DecRef () |
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 296 of file fbxalloc.h.
|
inline |
Definition at line 299 of file fbxalloc.h.
|
inline |
Definition at line 300 of file fbxalloc.h.
|
inline |
Definition at line 302 of file fbxalloc.h.
|
inline |
Definition at line 303 of file fbxalloc.h.
|
inline |
Definition at line 304 of file fbxalloc.h.