#include <mitkEventMapper.h>
Public Member Functions | |
| bool | operator() (const char *s1, const char *s2) const |
Definition at line 30 of file mitkEventMapper.h.
| bool mitk::ltstr::operator() | ( | const char * | s1, |
| const char * | s2 | ||
| ) | const [inline] |
Definition at line 32 of file mitkEventMapper.h.
{
return strcmp(s1, s2) < 0;
}
1.7.2