FbxAutoDeletePtr< Type > Class Template Reference
 
 
 
FbxAutoDeletePtr< Type > Class Template Reference

#include <fbxalloc.h>


Class Description

template<class Type>
class FbxAutoDeletePtr< Type >

Scoped pointer for FbxNew allocations, which call FbxDelete() to deallocate.

Definition at line 256 of file fbxalloc.h.

Inheritance diagram for FbxAutoDeletePtr< Type >:
FbxAutoPtr< Type, FbxDeletionPolicyDelete< Type > >

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

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

Construct from a pointer.

Definition at line 260 of file fbxalloc.h.


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