reflex::AbstractMatcher::Option Struct Reference

updated Thu Jun 6 2024 by Robert van Engelen
 
Public Member Functions | Public Attributes | List of all members
reflex::AbstractMatcher::Option Struct Reference

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...
 

Detailed Description

AbstractMatcher::Options for matcher engines.

Constructor & Destructor Documentation

reflex::AbstractMatcher::Option::Option ( )
inline

Member Data Documentation

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


The documentation for this struct was generated from the following file: