FbxCharCompare Class Reference
 
 
 
FbxCharCompare Class Reference

#include <fbxstring.h>


Class Description

Functor class to compare "C" strings.

Definition at line 486 of file fbxstring.h.

List of all members.

Public Member Functions

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

Member Function Documentation

int operator() ( const char *  pKeyA,
const char *  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: