FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FbxStringCompare Struct Reference

#include <fbxstring.h>

Class Description

Functor to compare FbxString.

Definition at line 478 of file fbxstring.h.

Public Member Functions

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

Member Function Documentation

◆ operator()()

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

Definition at line 478 of file fbxstring.h.

478 { 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:478

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