svcore
1.9
|
TextMatcher::Match Struct Reference
#include <TextMatcher.h>
Public Types | |
typedef std::map< QString, QString > | FragmentMap |
Public Member Functions | |
Match () | |
Match (const Match &m)=default | |
Match & | operator= (const Match &m)=default |
bool | operator< (const Match &m) const |
Public Attributes | |
QString | key |
int | score |
FragmentMap | fragments |
Detailed Description
Definition at line 33 of file TextMatcher.h.
Member Typedef Documentation
typedef std::map<QString, QString> TextMatcher::Match::FragmentMap |
Definition at line 37 of file TextMatcher.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 40 of file TextMatcher.h.
References operator<(), operator=(), score, and TextMatcher::test().
|
default |
Member Function Documentation
bool TextMatcher::Match::operator< | ( | const Match & | m | ) | const |
Member Data Documentation
QString TextMatcher::Match::key |
Definition at line 35 of file TextMatcher.h.
Referenced by operator<(), and TransformFactory::searchUnadjusted().
int TextMatcher::Match::score |
Definition at line 36 of file TextMatcher.h.
Referenced by Match(), operator<(), TransformFactory::searchUnadjusted(), and TextMatcher::test().
FragmentMap TextMatcher::Match::fragments |
Definition at line 38 of file TextMatcher.h.
Referenced by operator<(), and TextMatcher::test().
The documentation for this struct was generated from the following files:
Generated by 1.8.11