#include <fbxalloc.h>
Scoped pointer for FbxNew allocations, which call FbxDelete() to deallocate.
Definition at line 256 of file fbxalloc.h.
Public Member Functions |
|
| FbxAutoDeletePtr (Type *pPtr=0) | |
| Construct from a pointer. |
|
| FbxAutoDeletePtr | ( | Type * | pPtr = 0 |
) | [inline, explicit] |
Construct from a pointer.
Definition at line 260 of file fbxalloc.h.
: FbxAutoPtr<Type, FbxDeletionPolicyDelete<Type> >(pPtr){}