Definition at line 204 of file kscopedptr.h.
#include <kscopedptr.h>
Static Public Member Functions |
|
static void | DeleteIt (T **ptr) |
static void DeleteIt | ( | T ** | ptr | ) | [inline, static] |
Definition at line 207 of file kscopedptr.h.
{ if (*ptr != NULL) { FbxSdkDelete(*ptr); *ptr = NULL; } }