| Entity | Type | Scope | Short Description |
| @root | package | public | automatically generated |
| doc | package | public | automatically generated |
| AlphaHTMLPrinter | class | public | undocumented |
| AlphComp | struct | public | Specifies how to sort vector iterators.
|
| BaseComp | struct | public | Specifies how to sort vector iterators.
|
| comFilter | class | public | This class inherits from the Filter base class
and tests a word to see if it's length is long
enough to be a keyword
|
| Comparitor | class | public | Specifies how to sort vector iterators.
|
| Filter | class | public | This is the base Filter class, which is whats used
to decide which words are to be keywords
|
| HTMLPrinter | class | public | undocumented |
| HTMLtags | class | public | Encapsulate writing HTML tags into a class so
user does not need to match tags when writing.
|
| KwicParser | class | public | All the of the KWIC program are coordinated in this class.
|
| LengthComp | struct | public | Specifies how to sort vector iterators.
|
| LengthHTMLPrinter | class | public | undocumented |
| MinFilter | class | public | This class inherits from the Filter base class
and tests a word to see if it's length is long
enough to be a keyword
|
| myInsertIterator | class | public | This is a Forward Iterator that is used to remember a word and
the line number that it occured on.
|
| myIter | class | public | This is a Forward Iterator that is used to cycle through a .properties
file.
|
| NumComp | struct | public | Specifies how to sort vector iterators.
|
| OcurHTMLPrinter | class | public | undocumented |
| propEdit | class | public | This class is what reads in a stores a .properties file
|
| Properties | class | public | (the majority of this code was taken from the course website)
Encapsulates all ways of specifying user options to a program,
allowing global access to properties without having to worry
about source of option.
|
| Resource | struct | public | undocumented |
| regFilter | class | public | This class inherits from the Filter base class
and tests a word to see if it matches a given expression
for reg_exp
|
| STDPrinter | class | public | The base Printing class
|
| Word | class | public | The basic structure for storing words, their line numbers,
and the file the word came from.
|
| wordHolder | class | public | I created the wordHolder class to hide the vectors of words from the user.
|