FbxStringCompare Struct Reference
Main Page
Classes
Files
Examples
Class List
Class Hierarchy
Class Members
FbxStringCompare Struct Reference
Public Member Functions
#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
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); } };
FbxString
Utility class to manipulate strings.
Definition:
fbxstring.h:66
FbxString::Compare
int Compare(const char *pString) const
Compare as "C" strcmp().
FbxStringCompare::operator()
int operator()(const FbxString &pKeyA, const FbxString &pKeyB) const
Definition:
fbxstring.h:478
The documentation for this struct was generated from the following file:
fbxsdk/core/base/
fbxstring.h