Static Public Member Functions

FbxSdkDeletionPolicy< T > Class Template Reference

Search for all occurrences

Detailed Description

template<class T>
class FbxSdkDeletionPolicy< T >

Definition at line 204 of file kscopedptr.h.

#include <kscopedptr.h>

List of all members.

Static Public Member Functions

static void  DeleteIt (T **ptr)

Member Function Documentation

static void DeleteIt ( T **  ptr ) [inline, static]

Definition at line 207 of file kscopedptr.h.

    {
        if (*ptr != NULL)
        {
            FbxSdkDelete(*ptr);
            *ptr = NULL;
        }
    }

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