#include <fbxreaderfbx6.h>
Definition at line 59 of file fbxreaderfbx6.h.
Public Member Functions |
|
| int | operator() (const FbxClassId &pKeyA, const FbxClassId &pKeyB) const |
| 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);
}