#include <common.h>
Public Member Functions | |
bool | operator() (const char *s1, const char *s2) const |
This class is just an operator that compares the strings pointed by its parameters. It is used in some maps that have a string pointer as they key, as it points a string being the name of a symbol or other kind of string whose instance must be kept somewhere else.
bool Falcon::CharPtrCmp::operator() | ( | const char * | s1, | |
const char * | s2 | |||
) | const [inline] |