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

Method Pattern

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

Construct an unset pattern.

Source from the content-addressed store, hash-verified

110 };
111 /// Construct an unset pattern.
112 Pattern()
113 :
114 opc_(NULL),
115 fsm_(NULL),
116 nop_(0)
117 {
118 init(NULL);
119 }
120 /// Construct a pattern object given a regex string.
121 explicit Pattern(
122 const char *regex,

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected