Public Member Functions

mitk::ltstr Struct Reference

#include <mitkEventMapper.h>

List of all members.

Public Member Functions

bool operator() (const char *s1, const char *s2) const

Detailed Description

Definition at line 30 of file mitkEventMapper.h.


Member Function Documentation

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;
    }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines