Public Member Functions | |
bool | operator() (const char *s1, const char *s2) const |
Definition at line 84 of file mitkEventMapper.cpp.
bool ltstr::operator() | ( | const char * | s1, |
const char * | s2 | ||
) | const [inline] |
Definition at line 86 of file mitkEventMapper.cpp.
{
return strcmp(s1, s2) < 0;
}