|
FBX C++ API Reference
|
#include <fbxalloc.h>
Scoped pointer for FbxNew allocations, which call FbxDelete() to deallocate.
Definition at line 400 of file fbxalloc.h.
Inheritance diagram for FbxSharedDeletePtr< Type >:Public Member Functions | |
| FbxSharedDeletePtr (Type *pPtr=0) | |
| Construct from a pointer. More... | |
Public Member Functions inherited from FbxSharedPtr< Type, FbxDeletionPolicyDelete< Type > > | |
| FbxSharedPtr () | |
| FbxSharedPtr (Type *pPtr) | |
| Construct from a pointer. More... | |
| FbxSharedPtr (const FbxSharedPtr &pSPtr) | |
| Copy constructor. More... | |
| FbxSharedPtr & | operator= (const FbxSharedPtr &pSPtr) |
| ~FbxSharedPtr () | |
| Destructor. More... | |
| void | Destroy () |
| 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... | |
|
inlineexplicit |