#include <TextMatcher.h>

Public Types

typedef std::map< QString, QString > FragmentMap
 

Public Member Functions

 Match ()
 
 Match (const Match &m)=default
 
Matchoperator= (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

TextMatcher::Match::Match ( )
inline

Definition at line 40 of file TextMatcher.h.

References operator<(), operator=(), score, and TextMatcher::test().

TextMatcher::Match::Match ( const Match m)
default

Member Function Documentation

Match& TextMatcher::Match::operator= ( const Match m)
default

Referenced by Match().

bool TextMatcher::Match::operator< ( const Match m) const

Definition at line 103 of file TextMatcher.cpp.

References fragments, key, and score.

Referenced by Match().

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
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: