AbstractMatcher::Options for matcher engines. More...
#include <absmatcher.h>
Public Member Functions | |
Option () | |
Public Attributes | |
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 |
reflex::Matcher matches whole words as if bound by < and > More... | |
bool | X |
reflex::LineMatcher matches empty lines 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.
|
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 |
reflex::Matcher matches whole words as if bound by < and >
bool reflex::AbstractMatcher::Option::X |
reflex::LineMatcher matches empty lines