Huggle
build:^490^dce1e5c
|
#include <configuration.hpp>
Public Member Functions | |
ScoreWord (QString Word, int Score) | |
ScoreWord (ScoreWord *word) | |
ScoreWord (const ScoreWord &word) | |
Public Attributes | |
int | score |
QString | word |
The ScoreWord class.
Every score word is represented by this class, a score word is a pattern that has some score and score of edit is incremented by sum of all scores of all score words matched in edit
Definition at line 78 of file configuration.hpp.