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

#include <fbxstring.h>

Class Description

Functor to compare FbxString without case sensitivity.

Definition at line 481 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 481 of file fbxstring.h.

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

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