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

#include <fbxpropertypage.h>

Class Description

Definition at line 27 of file fbxpropertypage.h.

Public Member Functions

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

Member Function Documentation

◆ operator()()

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

Definition at line 29 of file fbxpropertypage.h.

30  {
31  if( pKeyA.mFirst < pKeyB.mFirst ) return -1;
32  else if( pKeyA.mFirst > pKeyB.mFirst ) return 1;
33  return strcmp(pKeyA.mSecond, pKeyB.mSecond);
34  }
Second mSecond
The second object in the pair.
Definition: fbxpair.h:57
First mFirst
The first object in the pair.
Definition: fbxpair.h:56

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