Public Member Functions

FbxMapFbxStringCompare Class Reference

Search for all occurrences

Detailed Description

This class is used to compare strings.

Definition at line 160 of file fbxpropertymap.h.

#include <fbxpropertymap.h>

List of all members.

Public Member Functions

int  operator() (const FbxString &pKeyA, const FbxString &pKeyB) const
  Functor used to compared two strings.

Member Function Documentation

int operator() ( const FbxString pKeyA,
const FbxString 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 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