Public Member Functions

FbxCharCompare Class Reference

Search for all occurrences

Detailed Description

Functor class to compare "C" strings.

Definition at line 486 of file fbxstring.h.

#include <fbxstring.h>

List of all members.

Public Member Functions

int operator() (char const *pKeyA, char const *pKeyB) const
 Compare two strings like "C" strcmp().

Member Function Documentation

int operator() ( char const *  pKeyA,
char const *  pKeyB 
) const [inline]

Compare two strings like "C" strcmp().

Definition at line 490 of file fbxstring.h.

    {
        return strcmp(pKeyA, pKeyB);
    }

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

FbxCharCompare FbxCharCompare FbxCharCompare FbxCharCompare FbxCharCompare FbxCharCompare FbxCharCompare FbxCharCompare FbxCharCompare FbxCharCompare
FbxCharCompare FbxCharCompare FbxCharCompare FbxCharCompare FbxCharCompare FbxCharCompare FbxCharCompare FbxCharCompare FbxCharCompare FbxCharCompare