Scoped pointer for FbxObject derived classes, which call Destroy() to deallocate.
Definition at line 264 of file fbxalloc.h.
#include <fbxalloc.h>

Public Member Functions | |
| FbxAutoDestroyPtr (Type *pPtr=0) | |
| Construct from a pointer. | |
| FbxAutoDestroyPtr | ( | Type * | pPtr = 0 | ) | [inline, explicit] |
Construct from a pointer.
Definition at line 268 of file fbxalloc.h.
: FbxAutoPtr<Type, FbxDeletionPolicyObject<Type> >(pPtr){}