FBX C++ API Reference
Main Page
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
+
Typedefs
b
c
d
e
g
h
i
k
l
o
p
r
s
u
v
+
Enumerations
b
e
+
Enumerator
b
e
m
v
+
Related Functions
f
i
o
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
x
+
Functions
a
c
d
f
g
i
m
o
p
r
t
u
+
Variables
c
f
g
m
n
t
v
+
Typedefs
c
f
n
p
s
t
x
Enumerations
+
Enumerator
e
f
k
+
Macros
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
x
Examples
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
◆
DoIt()
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:210
FbxDelete
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:
fbxsdk/core/base/
fbxhashmap.h
FbxPtrDestruct
Generated by
1.8.13