Fbx6ClassTemplateMap::FbxClassIdCompare Class Reference
 
 
 
Fbx6ClassTemplateMap::FbxClassIdCompare Class Reference

#include <fbxreaderfbx6.h>


Class Description

Definition at line 59 of file fbxreaderfbx6.h.

List of all members.

Public Member Functions

int  operator() (const FbxClassId &pKeyA, const FbxClassId &pKeyB) const

Member Function Documentation

int operator() ( const FbxClassId pKeyA,
const FbxClassId pKeyB 
) const [inline]

Definition at line 61 of file fbxreaderfbx6.h.

        {
            FbxHandle lA = reinterpret_cast<FbxHandle>( pKeyA.GetClassIdInfo() );
            FbxHandle lB = reinterpret_cast<FbxHandle>( pKeyB.GetClassIdInfo() );

            return (lA < lB) ? -1 : ((lB < lA) ? 1 : 0);
        }

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