#include <WordParser.h>
Public Member Functions | |
| WordBuffer () | |
| Ctor. | |
Public Attributes | |
| size_t | row |
| The row that the word occured at (starts at 1). | |
| size_t | col |
| The column that the word occured at (starts at 1). | |
| const char * | word |
| The word found. | |
| size_t | length |
| The length of the word. | |
| bool | isWS |
| is the "word" really whitespace word separator? | |
1.5.2