Public Member Functions

FbxDefaultScopedPtr< T > Class Template Reference

Search for all occurrences

Detailed Description

template<class T>
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().

Remarks:
Its deletion policy is FbxDeletionPolicy not FbxDefaultDeletionPolicy.

Definition at line 187 of file fbxscopedptr.h.

#include <fbxscopedptr.h>

Inheritance diagram for FbxDefaultScopedPtr< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  FbxDefaultScopedPtr (T *p=0)

Constructor & Destructor Documentation

FbxDefaultScopedPtr ( T *  p = 0 ) [inline, explicit]

Definition at line 190 of file fbxscopedptr.h.


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