FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FbxClassIdCompare Struct Reference

#include <fbxclassid.h>

Class Description

Functor to compare FbxClassId.

Definition at line 154 of file fbxclassid.h.

Public Member Functions

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

Member Function Documentation

◆ operator()()

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

Definition at line 156 of file fbxclassid.h.

157  {
158  const FbxClassIdInfo* lKeyA = pKeyA.GetClassIdInfo();
159  const FbxClassIdInfo* lKeyB = pKeyB.GetClassIdInfo();
160  return lKeyA < lKeyB ? -1 : (lKeyA > lKeyB ? 1 : 0);
161  }

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