#include <fbxalloc.h>
Scoped pointer for FbxMalloc allocations, which call FbxFree() to deallocate.
Definition at line 248 of file fbxalloc.h.
Public Member Functions |
|
| FbxAutoFreePtr (Type *pPtr=0) | |
| Construct from a pointer. |
|
| FbxAutoFreePtr | ( | Type * | pPtr = 0 |
) | [inline, explicit] |
Construct from a pointer.
Definition at line 252 of file fbxalloc.h.
: FbxAutoPtr<Type, FbxDeletionPolicyFree<Type> >(pPtr){}