Public Member Functions | |
void | add_entry (string str) |
int | findBestMatch (string str) |
int | size () |
Private Member Functions | |
vector< string > | stringToWords (string str) |
Private Attributes | |
vector< string > | list |
Definition at line 1 of file Dictionary.cpp.
void Dictionary::add_entry | ( | string | str | ) | [inline] |
Definition at line 17 of file Dictionary.cpp.
int Dictionary::findBestMatch | ( | string | str | ) | [inline] |
Definition at line 27 of file Dictionary.cpp.
int Dictionary::size | ( | ) | [inline] |
Definition at line 8 of file Dictionary.cpp.
vector<string> Dictionary::stringToWords | ( | string | str | ) | [inline, private] |
Definition at line 93 of file Dictionary.cpp.
vector<string> Dictionary::list [private] |
Definition at line 85 of file Dictionary.cpp.