fbxscopedptr.h File Reference

#include <fbxsdk/fbxsdk_def.h>
#include <fbxsdk/fbxsdk_nsbegin.h>
#include <fbxsdk/fbxsdk_nsend.h>

Go to the source code of this file.

Classes

class   FbxDefaultDeletionPolicy< T >
  A deletion policy for pointer template classes that uses the delete operator. More...
class   FbxFreeDeletionPolicy< T >
  A deletion policy that uses the FbxFree() function instead of the delete operator. More...
class   FbxScopedPtr< T, DeletionPolicyT >
  FbxScopedPtr mimics a built-in pointer except that it guarantees deletion of the object pointed to, either on destruction of the FbxScopedPtr or via an explicit Reset(). More...
class   FbxObjectDeletionPolicy< FBXObjectT >
  A deletion policy for pointer template classes that uses the Destroy() function. More...
class   FbxObjectScopedPtr< FBXObjectT >
  Scoped pointer for FbxObject, which call Destroy() to destroy the object. More...
class   FbxDeletionPolicy< T >
  A deletion policy for pointer template classes that uses the FbxSdkDelete() function. More...
class   FbxDefaultScopedPtr< T >
  FbxDefaultScopedPtr mimics a built-in pointer except that it guarantees deletion of the object pointed to, either on destruction of the FbxScopedPtr or via an explicit Reset(). More...

Detailed Description

Definition in file fbxscopedptr.h.