FbxPtrDestruct< T > Class Template Reference
Main Page
Topics
Classes
Files
Examples
Class List
Class Hierarchy
Class Members
Static Public Member Functions
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
static void DoIt
(
T &
v
)
inline
static
Definition at line
24
of file
fbxhashmap.h
.
24
{
public
:
static
inline
void
DoIt
(T& v) {
FbxDelete
(v); v =
NULL
; } };
FbxPtrDestruct::DoIt
static void DoIt(T &v)
Definition:
fbxhashmap.h:24
NULL
#define NULL
Definition:
fbxarch.h:207
FbxDelete
void FbxDelete(T *p)
Definition:
fbxnew.h:341
The documentation for this class was generated from the following file:
fbxsdk/core/base/
fbxhashmap.h