MCPcopy Create free account
hub / github.com/Genivia/ugrep / Option

Method Option

include/reflex/pattern.h:1063–1063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061 /// Global modifier modes, syntax flags, and compiler options.
1062 struct Option {
1063 Option() : b(), h(), e(), f(), g(0), i(), m(), n(), o(), p(), q(), r(), s(), w(), x(), z() { }
1064 bool b; ///< disable escapes in bracket lists
1065 bool h; ///< construct indexing hash finite state automaton
1066 Char e; ///< escape character, or > 255 for none, a backslash by default

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected