Detailed Description
This class is used to compare strings.
Definition at line 160 of file fbxpropertymap.h.
#include <fbxpropertymap.h>
List of
all members.
Member Function Documentation
Functor used to compared two strings.
The left string. The right string.
- Returns:
- If the left string is greater than the right, return 1; If the
left string is less than the right, return -1; Or return 0 if both
are false.
Definition at line 168 of file fbxpropertymap.h.
{
return (pKeyA < pKeyB) ? -1 : ((pKeyB < pKeyA) ? 1 : 0);
}
The documentation for this class was generated from the following
file:
FbxMapFbxStringCompare
FbxMapFbxStringCompare FbxMapFbxStringCompare
FbxMapFbxStringCompare FbxMapFbxStringCompare
FbxMapFbxStringCompare FbxMapFbxStringCompare
FbxMapFbxStringCompare FbxMapFbxStringCompare
FbxMapFbxStringCompare
FbxMapFbxStringCompare
FbxMapFbxStringCompare FbxMapFbxStringCompare
FbxMapFbxStringCompare FbxMapFbxStringCompare
FbxMapFbxStringCompare FbxMapFbxStringCompare
FbxMapFbxStringCompare FbxMapFbxStringCompare
FbxMapFbxStringCompare