FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FbxPtrDestruct< T > Class Template Reference

#include <fbxhashmap.h>

Class Description

template<class T>
class FbxPtrDestruct< T >

Definition at line 24 of file fbxhashmap.h.

Static Public Member Functions

static void DoIt (T &v)
 

Member Function Documentation

◆ DoIt()

static void DoIt ( T &  v)
inlinestatic

Definition at line 24 of file fbxhashmap.h.

24 { public: static inline void DoIt(T& v) { FbxDelete(v); v = NULL; } };
static void DoIt(T &v)
Definition: fbxhashmap.h:24
#define NULL
Definition: fbxarch.h:210
void FbxDelete(T *p)
Deletion policy for pointer template classes that uses the FbxDelete() function.
Definition: fbxnew.h:341

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