#include <ixlib_re.hh>
Inheritance diagram for ixion::regex::quantifier::
Public Methods | |
quantifier () | |
quantifier (bool greedy, TSize mincount) | |
quantifier (bool greedy, TSize mincount, TSize maxcount) | |
~quantifier () | |
matcher * | duplicate () const |
TSize | minimumMatchLength () const |
void | setQuantified (matcher *quantified) |
bool | match (backref_stack &brstack, T const &candidate, TIndex at) |
Protected Methods | |
void | copy (quantifier const *src) |
|
Definition at line 170 of file ixlib_re.hh. |
|
|
|
|
|
|
|
|
|
Reimplemented from ixion::regex::matcher. |
|
Reimplemented from ixion::regex::matcher. |
|
Reimplemented from ixion::regex::matcher. |
|
Definition at line 181 of file ixlib_re.hh. |