Static Public Member Functions

FbxPtrDestruct< T > Class Template Reference

Search for all occurrences

Detailed Description

template<class T>
class FbxPtrDestruct< T >

Definition at line 24 of file fbxhashmap.h.

#include <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: