A class to allow efficient, custom dictionary search functions. More...
#include <dictRange.hpp>
Public Attributes | |
| bool | exhausted |
| Whether the range can be narrowed any further. | |
| bool | isWord |
| Whether the leftmost side of the current range happens to be a word in the dictionary. | |
| friend | dictionary |
| z::util::dictionary is allowed to modify | |
Protected Attributes | |
| int | left |
| The leftmost word in the current range. | |
| int | right |
| The rightmost word in the current range. | |
| int | charPos |
| The index of the next character to compare. | |
A class to allow efficient, custom dictionary search functions.