FBX C++ API Reference
FbxStringCompare Struct Reference

Functor to compare FbxString. More...

#include <fbxstring.h>

Public Member Functions

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

Detailed Description

Functor to compare FbxString.

Definition at line 485 of file fbxstring.h.

Member Function Documentation

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

Definition at line 485 of file fbxstring.h.

485 { inline int operator()(const FbxString& pKeyA, const FbxString& pKeyB) const { return pKeyA.Compare(pKeyB); } };
Utility class to manipulate strings.
Definition: fbxstring.h:66
int Compare(const char *pString) const
Compare as "C" strcmp().
int operator()(const FbxString &pKeyA, const FbxString &pKeyB) const
Definition: fbxstring.h:485

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