|
OpenTTD Source 15.0-beta1
|
State of a single filter word. More...
Data Fields | |
| const char * | start |
| Word to filter for. | |
| bool | match |
| Already matched? | |
State of a single filter word.
Definition at line 33 of file stringfilter_type.h.
| bool StringFilter::WordState::match |
Already matched?
Definition at line 35 of file stringfilter_type.h.
| const char* StringFilter::WordState::start |
Word to filter for.
Definition at line 34 of file stringfilter_type.h.