Detailed Description
This class is used to compare strings.
Definition at line 186 of file kfbxpropertymap.h.
#include <kfbxpropertymap.h>
List of
all members.
Public Member Functions
|
int |
operator() (KString const &pKeyA, KString const &pKeyB) const |
|
Functor used to compared two strings.
|
Member Function Documentation
int operator() |
( |
KString const & |
pKeyA, |
|
|
KString const & |
pKeyB |
|
) |
|
const [inline] |
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 194 of file kfbxpropertymap.h.
{
return (pKeyA < pKeyB) ? -1 : ((pKeyB < pKeyA) ? 1 : 0);
}
The documentation for this class was generated from the following
file:
KFbxMapKStringCompare
KFbxMapKStringCompare KFbxMapKStringCompare KFbxMapKStringCompare
KFbxMapKStringCompare KFbxMapKStringCompare KFbxMapKStringCompare
KFbxMapKStringCompare KFbxMapKStringCompare
KFbxMapKStringCompare
KFbxMapKStringCompare
KFbxMapKStringCompare KFbxMapKStringCompare KFbxMapKStringCompare
KFbxMapKStringCompare KFbxMapKStringCompare KFbxMapKStringCompare
KFbxMapKStringCompare KFbxMapKStringCompare
KFbxMapKStringCompare