Public Member Functions | Private Member Functions | Private Attributes
Dictionary Class Reference

List of all members.

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

Detailed Description

Definition at line 1 of file Dictionary.cpp.


Member Function Documentation

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.


Member Data Documentation

vector<string> Dictionary::list [private]

Definition at line 85 of file Dictionary.cpp.


The documentation for this class was generated from the following file:


command_matcher
Author(s): Alexander Reiter
autogenerated on Fri Aug 28 2015 11:05:12