FbxAutoFreePtr< Type > Class Template Reference
 
 
 
FbxAutoFreePtr< Type > Class Template Reference

#include <fbxalloc.h>


Class Description

template<class Type>
class FbxAutoFreePtr< Type >

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

Definition at line 248 of file fbxalloc.h.

Inheritance diagram for FbxAutoFreePtr< Type >:
FbxAutoPtr< Type, FbxDeletionPolicyFree< Type > >

List of all members.

Public Member Functions

  FbxAutoFreePtr (Type *pPtr=0)
  Construct from a pointer.

Constructor & Destructor Documentation

FbxAutoFreePtr ( Type *  pPtr = 0 ) [inline, explicit]

Construct from a pointer.

Definition at line 252 of file fbxalloc.h.


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