FbxPtrDestruct< T > Class Template Reference
 
 
 
FbxPtrDestruct< T > Class Template Reference

#include <fbxhashmap.h>


Class Description

template<class T>
class FbxPtrDestruct< T >

Definition at line 24 of file fbxhashmap.h.

List of all members.

Static Public Member Functions

static void  DoIt (T &v)

Member Function Documentation

static void DoIt ( T &  v ) [inline, static]

Definition at line 24 of file fbxhashmap.h.

{ public: static inline void DoIt(T& v) { FbxDelete(v); v = NULL; } };

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