XmlNodeDeletionPolicy Class Reference
 
 
 
XmlNodeDeletionPolicy Class Reference

#include <fbxcolladautils.h>


Class Description

Definition at line 48 of file fbxcolladautils.h.

List of all members.

Static Public Member Functions

static void  DeleteIt (xmlNode **ptr)

Member Function Documentation

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

Definition at line 51 of file fbxcolladautils.h.

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

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