svcore  1.9
TextMatcher::Match Struct Reference

#include <TextMatcher.h>

List of all members.

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

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

Definition at line 40 of file TextMatcher.h.

TextMatcher::Match::Match ( const Match m) [inline]

Definition at line 41 of file TextMatcher.h.


Member Function Documentation

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

Definition at line 103 of file TextMatcher.cpp.

References fragments, key, and score.


Member Data Documentation

Definition at line 35 of file TextMatcher.h.

Referenced by operator<(), and TransformFactory::search().


The documentation for this struct was generated from the following files: