AbstractMatcher(const Input &input, const char *opt) | reflex::AbstractMatcher | inline |
AbstractMatcher(const Input &input, const Option &opt) | reflex::AbstractMatcher | inline |
accept() const | reflex::AbstractMatcher | inline |
advance() | reflex::Matcher | protected |
after() | reflex::AbstractMatcher | inline |
anc_ | reflex::Matcher | protected |
at_bob() const | reflex::AbstractMatcher | inline |
at_bol() const | reflex::AbstractMatcher | inline |
at_bow() | reflex::AbstractMatcher | inline |
at_end() | reflex::AbstractMatcher | inline |
at_eow() | reflex::AbstractMatcher | inline |
avail() | reflex::AbstractMatcher | inline |
before() | reflex::AbstractMatcher | inline |
begin() const | reflex::AbstractMatcher | inline |
blk_ | reflex::AbstractMatcher | protected |
bmd_ | reflex::Matcher | protected |
bms_ | reflex::Matcher | protected |
bol() | reflex::AbstractMatcher | inline |
bol_ | reflex::AbstractMatcher | protected |
border() | reflex::AbstractMatcher | inline |
boyer_moore_init(const char *pat, size_t len) | reflex::Matcher | protected |
buf_ | reflex::AbstractMatcher | protected |
buffer(size_t blk=0) | reflex::AbstractMatcher | inline |
buffer(char *base, size_t size) | reflex::AbstractMatcher | inline |
cap_ | reflex::AbstractMatcher | protected |
chr() const | reflex::AbstractMatcher | inline |
chr_ | reflex::AbstractMatcher | protected |
clear_stops() | reflex::Matcher | inline |
clone() | reflex::Matcher | inlinevirtual |
col_ | reflex::Matcher | protected |
columno() | reflex::AbstractMatcher | inline |
columno_end() | reflex::AbstractMatcher | inline |
columns() | reflex::AbstractMatcher | inline |
const_iterator typedef | reflex::AbstractMatcher | |
convert(T regex, convert_flag_type flags=convert_flag::none) | reflex::Matcher | inlinestatic |
cur_ | reflex::AbstractMatcher | protected |
ded_ | reflex::Matcher | protected |
dedent() | reflex::Matcher | inlineprotected |
delete_stop(size_t n) | reflex::Matcher | inline |
end() const | reflex::AbstractMatcher | inline |
end_ | reflex::AbstractMatcher | protected |
eof_ | reflex::AbstractMatcher | protected |
eol(bool inclusive=false) | reflex::AbstractMatcher | inline |
evh_ | reflex::AbstractMatcher | protected |
find | reflex::AbstractMatcher | |
first() const | reflex::AbstractMatcher | inline |
flush() | reflex::AbstractMatcher | inline |
fsm_ | reflex::Matcher | protected |
FSM_BACK(size_t pos) | reflex::Matcher | inline |
FSM_CHAR() | reflex::Matcher | inline |
FSM_DENT() | reflex::Matcher | inline |
FSM_FIND() | reflex::Matcher | inline |
FSM_HALT(int c1=AbstractMatcher::Const::UNK) | reflex::Matcher | inline |
FSM_HEAD(Pattern::Lookahead la) | reflex::Matcher | inline |
FSM_INIT(int &c1) | reflex::Matcher | inline |
FSM_META_BOB() | reflex::Matcher | inline |
FSM_META_BOL() | reflex::Matcher | inline |
FSM_META_BWB() | reflex::Matcher | inline |
FSM_META_BWE(int c0, int c1) | reflex::Matcher | inline |
FSM_META_DED() | reflex::Matcher | inline |
FSM_META_EOB(int c1) | reflex::Matcher | inline |
FSM_META_EOL(int c1) | reflex::Matcher | inline |
FSM_META_EWB() | reflex::Matcher | inline |
FSM_META_EWE(int c0, int c1) | reflex::Matcher | inline |
FSM_META_IND() | reflex::Matcher | inline |
FSM_META_NWB() | reflex::Matcher | inline |
FSM_META_NWE(int c0, int c1) | reflex::Matcher | inline |
FSM_META_UND() | reflex::Matcher | inline |
FSM_POSN() | reflex::Matcher | inline |
FSM_REDO() | reflex::Matcher | inline |
FSM_REDO(int c1) | reflex::Matcher | inline |
FSM_TAIL(Pattern::Lookahead la) | reflex::Matcher | inline |
FSM_TAKE(Pattern::Accept cap) | reflex::Matcher | inline |
FSM_TAKE(Pattern::Accept cap, int c1) | reflex::Matcher | inline |
get(char *s, size_t n) | reflex::AbstractMatcher | inlinevirtual |
get() | reflex::AbstractMatcher | inlineprotected |
get_more() | reflex::AbstractMatcher | inlineprotected |
got_ | reflex::AbstractMatcher | protected |
group_id() | reflex::Matcher | inlinevirtual |
group_next_id() | reflex::Matcher | inlinevirtual |
grow(size_t need=Const::BLOCK) | reflex::AbstractMatcher | inlineprotected |
has_pattern() const | reflex::PatternMatcher< reflex::Pattern > | inline |
hit_end() const | reflex::AbstractMatcher | inline |
in | reflex::AbstractMatcher | |
ind_ | reflex::AbstractMatcher | protected |
indent() | reflex::Matcher | inlineprotected |
init(const char *opt=NULL) | reflex::AbstractMatcher | inlineprotectedvirtual |
input(const Input &input) | reflex::AbstractMatcher | inlinevirtual |
input() | reflex::AbstractMatcher | inline |
insert_stop(size_t n) | reflex::Matcher | inline |
interactive() | reflex::AbstractMatcher | inline |
iterator typedef | reflex::AbstractMatcher | |
lap_ | reflex::Matcher | protected |
last() const | reflex::AbstractMatcher | inline |
last_stop() | reflex::Matcher | inline |
lcp_ | reflex::Matcher | protected |
lcs_ | reflex::Matcher | protected |
len_ | reflex::AbstractMatcher | protected |
less(size_t n) | reflex::AbstractMatcher | inline |
line() | reflex::AbstractMatcher | inline |
lineno(size_t n) | reflex::AbstractMatcher | inline |
lineno() | reflex::AbstractMatcher | inline |
lineno_end() | reflex::AbstractMatcher | inline |
lines() | reflex::AbstractMatcher | inline |
lno_ | reflex::AbstractMatcher | protected |
lpb_ | reflex::AbstractMatcher | protected |
mat_ | reflex::AbstractMatcher | protected |
match(Method method) | reflex::Matcher | inlineprotectedvirtual |
Matcher() | reflex::Matcher | inline |
Matcher(const Pattern *pattern, const Input &input=Input(), const char *opt=NULL) | reflex::Matcher | inline |
Matcher(const char *pattern, const Input &input=Input(), const char *opt=NULL) | reflex::Matcher | inline |
Matcher(const Pattern &pattern, const Input &input=Input(), const char *opt=NULL) | reflex::Matcher | inline |
Matcher(const std::string &pattern, const Input &input=Input(), const char *opt=NULL) | reflex::Matcher | inline |
Matcher(const Matcher &matcher) | reflex::Matcher | inline |
matches() | reflex::AbstractMatcher | inline |
max_ | reflex::AbstractMatcher | protected |
Method typedef | reflex::AbstractMatcher | protected |
more() | reflex::AbstractMatcher | inline |
mrk_ | reflex::Matcher | protected |
newline() | reflex::Matcher | inlineprotected |
nodent() | reflex::Matcher | inlineprotected |
num_ | reflex::AbstractMatcher | protected |
operator size_t() const | reflex::AbstractMatcher | inline |
operator std::pair< size_t, std::string >() const | reflex::AbstractMatcher | inline |
operator std::string() const | reflex::AbstractMatcher | inline |
operator std::wstring() const | reflex::AbstractMatcher | inline |
operator!=(const char *rhs) const | reflex::AbstractMatcher | inline |
operator!=(const std::string &rhs) const | reflex::AbstractMatcher | inline |
operator!=(size_t rhs) const | reflex::AbstractMatcher | inline |
operator!=(int rhs) const | reflex::AbstractMatcher | inline |
operator=(const Matcher &matcher) | reflex::Matcher | inline |
PatternMatcher< reflex::Pattern >::operator=(const PatternMatcher &matcher) | reflex::PatternMatcher< reflex::Pattern > | inline |
operator==(const char *rhs) const | reflex::AbstractMatcher | inline |
operator==(const std::string &rhs) const | reflex::AbstractMatcher | inline |
operator==(size_t rhs) const | reflex::AbstractMatcher | inline |
operator==(int rhs) const | reflex::AbstractMatcher | inline |
operator[](size_t n) const | reflex::Matcher | inlinevirtual |
opt_ | reflex::AbstractMatcher | protected |
own_ | reflex::PatternMatcher< reflex::Pattern > | protected |
own_pattern() const | reflex::PatternMatcher< reflex::Pattern > | inline |
pair() const | reflex::AbstractMatcher | inline |
pat_ | reflex::PatternMatcher< reflex::Pattern > | protected |
pattern(const PatternMatcher &matcher) | reflex::PatternMatcher< reflex::Pattern > | inlinevirtual |
pattern(const Pattern &pattern) | reflex::PatternMatcher< reflex::Pattern > | inlinevirtual |
pattern(const Pattern *pattern) | reflex::PatternMatcher< reflex::Pattern > | inlinevirtual |
pattern(const char *pattern) | reflex::PatternMatcher< reflex::Pattern > | inlinevirtual |
pattern(const std::string &pattern) | reflex::PatternMatcher< reflex::Pattern > | inlinevirtual |
pattern() const | reflex::PatternMatcher< reflex::Pattern > | inline |
Pattern typedef | reflex::PatternMatcher< reflex::Pattern > | |
PatternMatcher(const PatternMatcher &matcher) | reflex::PatternMatcher< reflex::Pattern > | inline |
PatternMatcher(const Pattern *pattern=NULL, const Input &input=Input(), const char *opt=NULL) | reflex::PatternMatcher< reflex::Pattern > | inlineprotected |
PatternMatcher(const Pattern &pattern, const Input &input=Input(), const char *opt=NULL) | reflex::PatternMatcher< reflex::Pattern > | inlineprotected |
PatternMatcher(const char *pattern, const Input &input=Input(), const char *opt=NULL) | reflex::PatternMatcher< reflex::Pattern > | inlineprotected |
PatternMatcher(const std::string &pattern, const Input &input=Input(), const char *opt=NULL) | reflex::PatternMatcher< reflex::Pattern > | inlineprotected |
peek() | reflex::AbstractMatcher | inline |
peek_more() | reflex::AbstractMatcher | inlineprotected |
pop_stops() | reflex::Matcher | inline |
pos_ | reflex::AbstractMatcher | protected |
push_stops() | reflex::Matcher | inline |
reset(const char *opt=NULL) | reflex::Matcher | inlinevirtual |
reset_text() | reflex::AbstractMatcher | inlineprotected |
rest() | reflex::AbstractMatcher | inline |
scan | reflex::AbstractMatcher | |
set_bob(bool bob) | reflex::AbstractMatcher | inline |
set_bol(bool bol) | reflex::AbstractMatcher | inline |
set_current(size_t loc) | reflex::AbstractMatcher | inlineprotected |
set_current_match(size_t loc) | reflex::AbstractMatcher | inlineprotected |
set_end(bool eof) | reflex::AbstractMatcher | inline |
set_handler(Handler *handler) | reflex::AbstractMatcher | inline |
simd_advance_avx2(const char *&b, const char *e, size_t &loc, size_t min, const char *pre, size_t len) | reflex::Matcher | protected |
simd_advance_avx512bw(const char *&b, const char *e, size_t &loc, size_t min, const char *pre, size_t len) | reflex::Matcher | protected |
size() const | reflex::AbstractMatcher | inline |
skip(char c) | reflex::AbstractMatcher | inline |
skip(wchar_t c) | reflex::AbstractMatcher | inline |
skip(const char *s) | reflex::AbstractMatcher | inline |
span() | reflex::AbstractMatcher | inline |
split | reflex::AbstractMatcher | |
stk_ | reflex::Matcher | protected |
stops() | reflex::Matcher | inline |
Stops typedef | reflex::Matcher | protected |
str() const | reflex::AbstractMatcher | inline |
tab_ | reflex::Matcher | protected |
tabs(char n) | reflex::AbstractMatcher | inline |
tabs() | reflex::AbstractMatcher | inline |
text() | reflex::AbstractMatcher | inline |
txt_ | reflex::AbstractMatcher | protected |
unput(char c) | reflex::AbstractMatcher | inline |
wchr() const | reflex::AbstractMatcher | inline |
winput() | reflex::AbstractMatcher | inline |
wline() | reflex::AbstractMatcher | inline |
wpair() const | reflex::AbstractMatcher | inline |
wrap() | reflex::AbstractMatcher | inlinevirtual |
wsize() const | reflex::AbstractMatcher | inline |
wstr() const | reflex::AbstractMatcher | inline |
wunput(int c) | reflex::AbstractMatcher | inline |
~AbstractMatcher() | reflex::AbstractMatcher | inlinevirtual |
~PatternMatcher() | reflex::PatternMatcher< reflex::Pattern > | inlinevirtual |