| FBX C++ API Reference
    | 
#include <fbxalloc.h>
Definition at line 294 of file fbxalloc.h.
| Public Member Functions | |
| 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... | |
| 
 | inline | 
Definition at line 298 of file fbxalloc.h.
| 
 | inlineexplicit | 
Construct from a pointer.
Definition at line 304 of file fbxalloc.h.
| 
 | inline | 
Copy constructor.
Definition at line 317 of file fbxalloc.h.
| 
 | inline | 
| 
 | inline | 
Definition at line 326 of file fbxalloc.h.
| 
 | inline | 
Definition at line 346 of file fbxalloc.h.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline |