AbstractMatcher::Options for matcher engines.
More...
#include <absmatcher.h>
|
| bool | A |
| | accept any/all (?^X) negative patterns as Const::REDO accept index codes More...
|
| |
| bool | N |
| | nullable, find may return empty match (N/A to scan, split, matches) More...
|
| |
| bool | W |
| | half-check for "whole words", check only left of < and right of > for non-word character More...
|
| |
| char | T |
| | tab size, must be a power of 2, default is 8, for column count and indent , , and More...
|
| |
AbstractMatcher::Options for matcher engines.
| reflex::AbstractMatcher::Option::Option |
( |
| ) |
|
|
inline |
| bool reflex::AbstractMatcher::Option::A |
accept any/all (?^X) negative patterns as Const::REDO accept index codes
| bool reflex::AbstractMatcher::Option::N |
nullable, find may return empty match (N/A to scan, split, matches)
| char reflex::AbstractMatcher::Option::T |
tab size, must be a power of 2, default is 8, for column count and indent , , and
| bool reflex::AbstractMatcher::Option::W |
half-check for "whole words", check only left of < and right of > for non-word character
The documentation for this struct was generated from the following file: