FbxAutoDestroyPtr< Type > Class Template Reference
 
 
 
FbxAutoDestroyPtr< Type > Class Template Reference

#include <fbxalloc.h>


Class Description

template<class Type>
class FbxAutoDestroyPtr< Type >

Scoped pointer for FbxObject derived classes, which call Destroy() to deallocate.

Definition at line 264 of file fbxalloc.h.

Inheritance diagram for FbxAutoDestroyPtr< Type >:
FbxAutoPtr< Type, FbxDeletionPolicyObject< Type > >

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

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

Construct from a pointer.

Definition at line 268 of file fbxalloc.h.


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