| FBX C++ API Reference
    | 
#include <fbxalloc.h>
Scoped pointer for FbxMalloc allocations, which call FbxFree() to deallocate.
Definition at line 253 of file fbxalloc.h.
 Inheritance diagram for FbxAutoFreePtr< Type >:
 Inheritance diagram for FbxAutoFreePtr< Type >:| Public Member Functions | |
| FbxAutoFreePtr (Type *pPtr=0) | |
| Construct from a pointer.  More... | |
|  Public Member Functions inherited from FbxAutoPtr< Type, FbxDeletionPolicyFree< Type > > | |
| FbxAutoPtr (Type *pPtr=0) | |
| Construct from a pointer.  More... | |
| ~FbxAutoPtr () | |
| Destructor.  More... | |
| Type * | Get () const | 
| Retrieve the pointer it holds.  More... | |
| Type * | operator-> () const | 
| Member access operator.  More... | |
| operator Type * () const | |
| Convert to a Type pointer.  More... | |
| Type & | operator* () const | 
| Dereference operator.  More... | |
| bool | operator! () const | 
| Logical not operator.  More... | |
| operator bool () const | |
| Convert to boolean value.  More... | |
| void | Reset (Type *pPtr=0) | 
| Reset the scoped pointer by swapping with another pointer.  More... | |
| void | Swap (FbxAutoPtr &pOther) | 
| Swap with another pointer.  More... | |
| Type * | Release () | 
| Release the pointer, so that it won't perform deletion in its destruction.  More... | |
| 
 | inlineexplicit | 
Construct from a pointer.
Definition at line 257 of file fbxalloc.h.