#include <regexp_match.h>
Definition at line 10 of file regexp_match.h.
re2c::MatchOp::MatchOp |
( |
Range * |
m | ) |
|
|
inline |
uint32_t re2c::MatchOp::calc_size |
( |
| ) |
const |
|
virtual |
Implements re2c::RegExp.
Definition at line 46 of file nfa.cc.
48 nfa_state_t *s = &nfa.states[nfa.size++];
void re2c::MatchOp::display |
( |
std::ostream & |
o | ) |
const |
|
virtual |
uint32_t re2c::MatchOp::fixedLength |
( |
| ) |
|
|
virtual |
re2c::MatchOp::FORBID_COPY |
( |
MatchOp |
| ) |
|
void re2c::MatchOp::split |
( |
std::set< uint32_t > & |
cs | ) |
|
|
virtual |
Implements re2c::RegExp.
Definition at line 32 of file split.cc.
36 cs.insert (r->lower ());
37 cs.insert (r->upper ());
Range* re2c::MatchOp::match |
The documentation for this class was generated from the following files: