svcore
1.9
|
#include <TextMatcher.h>
Public Types | |
typedef std::map< QString, QString > | FragmentMap |
Public Member Functions | |
Match () | |
Match (const Match &m) | |
bool | operator< (const Match &m) const |
Public Attributes | |
QString | key |
int | score |
FragmentMap | fragments |
Definition at line 33 of file TextMatcher.h.
typedef std::map<QString, QString> TextMatcher::Match::FragmentMap |
Definition at line 37 of file TextMatcher.h.
TextMatcher::Match::Match | ( | ) | [inline] |
Definition at line 40 of file TextMatcher.h.
TextMatcher::Match::Match | ( | const Match & | m | ) | [inline] |
Definition at line 41 of file TextMatcher.h.
bool TextMatcher::Match::operator< | ( | const Match & | m | ) | const |
Definition at line 103 of file TextMatcher.cpp.
QString TextMatcher::Match::key |
Definition at line 35 of file TextMatcher.h.
Referenced by operator<(), and TransformFactory::search().
Definition at line 36 of file TextMatcher.h.
Referenced by operator<(), TransformFactory::search(), and TextMatcher::test().
Definition at line 38 of file TextMatcher.h.
Referenced by operator<(), and TextMatcher::test().