FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FbxSharedFreePtr< Type > Class Template Reference

#include <fbxalloc.h>

Class Description

template<class Type>
class FbxSharedFreePtr< Type >

Scoped pointer for FbxMalloc allocations, which call FbxFree() to deallocate.

Definition at line 392 of file fbxalloc.h.

+ Inheritance diagram for FbxSharedFreePtr< Type >:

Public Member Functions

 FbxSharedFreePtr (Type *pPtr=0)
 Construct from a pointer. More...
 
- Public Member Functions inherited from FbxSharedPtr< Type, FbxDeletionPolicyFree< Type > >
 FbxSharedPtr ()
 
 FbxSharedPtr (Type *pPtr)
 Construct from a pointer. More...
 
 FbxSharedPtr (const FbxSharedPtr &pSPtr)
 Copy constructor. More...
 
FbxSharedPtroperator= (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...
 

Constructor & Destructor Documentation

◆ FbxSharedFreePtr()

FbxSharedFreePtr ( Type *  pPtr = 0)
inlineexplicit

Construct from a pointer.

Definition at line 396 of file fbxalloc.h.


The documentation for this class was generated from the following file: