Detailed Description
Functor class to compare FbxString, and is
suitable for use in
FbxMap.
Definition at line 474 of file fbxstring.h.
#include <fbxstring.h>
List of all
members.
Member Function Documentation
Compare two KStrings.
- Parameters:
-
- Returns:
- -1 indicates pKeyA is greater than pKeyB, 1 indicates pKeyB is
greater than pKeyA, zero indicates they are equal.
Definition at line 482 of file fbxstring.h.
{
return (pKeyA < pKeyB) ? -1 : ((pKeyB < pKeyA) ? 1 : 0);
}
The documentation for this class was generated from the following
file:
FbxStringCompare FbxStringCompare
FbxStringCompare FbxStringCompare FbxStringCompare FbxStringCompare
FbxStringCompare FbxStringCompare FbxStringCompare
FbxStringCompare
FbxStringCompare FbxStringCompare
FbxStringCompare FbxStringCompare FbxStringCompare FbxStringCompare
FbxStringCompare FbxStringCompare FbxStringCompare
FbxStringCompare