| AbstractMatcher(const Input &inp, const char *opt) | reflex::AbstractMatcher | inlineprotected |
| AbstractMatcher(const Input &inp, const Option &opt) | reflex::AbstractMatcher | inlineprotected |
| accept(void) const | reflex::AbstractMatcher | inline |
| at_bob(void) const | reflex::AbstractMatcher | inline |
| at_bol(void) const | reflex::AbstractMatcher | inline |
| at_end(void) | reflex::AbstractMatcher | inline |
| blk_ | reflex::AbstractMatcher | protected |
| buf_ | reflex::AbstractMatcher | protected |
| buffer(size_t blk=0) | reflex::AbstractMatcher | inline |
| cap_ | reflex::AbstractMatcher | protected |
| chr_ | reflex::AbstractMatcher | protected |
| clear_stops(void) | reflex::Matcher | inline |
| cno_ | reflex::AbstractMatcher | protected |
| columno(void) const | reflex::AbstractMatcher | inline |
| const_iterator typedef | reflex::AbstractMatcher | |
| cur_ | reflex::AbstractMatcher | protected |
| ded_ | reflex::Matcher | protected |
| dedent(size_t &col) | reflex::Matcher | inlineprotected |
| end_ | reflex::AbstractMatcher | protected |
| eof_ | reflex::AbstractMatcher | protected |
| find | reflex::AbstractMatcher | |
| first(void) const | reflex::AbstractMatcher | inline |
| flush(void) | reflex::AbstractMatcher | inline |
| fsm_ | reflex::Matcher | protected |
| FSM_CHAR(void) | reflex::Matcher | inline |
| FSM_DENT(void) | reflex::Matcher | inline |
| FSM_HALT(int c1) | reflex::Matcher | inline |
| FSM_HEAD(Pattern::Index la) | reflex::Matcher | inline |
| FSM_INIT(int &c1) | reflex::Matcher | inline |
| FSM_META_BOB(void) | reflex::Matcher | inline |
| FSM_META_BOL(void) | reflex::Matcher | inline |
| FSM_META_BWB(void) | reflex::Matcher | inline |
| FSM_META_BWE(int c0, int c1) | reflex::Matcher | inline |
| FSM_META_DED(void) | reflex::Matcher | inline |
| FSM_META_EOB(int c1) | reflex::Matcher | inline |
| FSM_META_EOL(int c1) | reflex::Matcher | inline |
| FSM_META_EWB(void) | reflex::Matcher | inline |
| FSM_META_EWE(int c0, int c1) | reflex::Matcher | inline |
| FSM_META_IND(void) | reflex::Matcher | inline |
| FSM_META_NWB(void) | reflex::Matcher | inline |
| FSM_META_NWE(int c0, int c1) | reflex::Matcher | inline |
| FSM_REDO(void) | reflex::Matcher | inline |
| FSM_REDO(int c1) | reflex::Matcher | inline |
| FSM_TAIL(Pattern::Index la) | reflex::Matcher | inline |
| FSM_TAKE(Pattern::Index cap) | reflex::Matcher | inline |
| FSM_TAKE(Pattern::Index cap, int c1) | reflex::Matcher | inline |
| get(char *s, size_t n) | reflex::AbstractMatcher | inlineprotectedvirtual |
| get(void) | reflex::AbstractMatcher | inlineprotected |
| got_ | reflex::AbstractMatcher | protected |
| grow(size_t need=Const::BLOCK) | reflex::AbstractMatcher | inlineprotected |
| has_pattern(void) const | reflex::PatternMatcher< reflex::Pattern > | inline |
| hit_end(void) const | reflex::AbstractMatcher | inline |
| in | reflex::AbstractMatcher | |
| ind_ | reflex::AbstractMatcher | protected |
| indent(size_t &col) | reflex::Matcher | inlineprotected |
| init(const char *opt=NULL) | reflex::AbstractMatcher | inlineprotected |
| input(const Input &inp) | reflex::AbstractMatcher | inlinevirtual |
| input(void) | reflex::AbstractMatcher | inline |
| interactive(void) | reflex::AbstractMatcher | inline |
| iterator typedef | reflex::AbstractMatcher | |
| lap_ | reflex::Matcher | protected |
| last(void) const | reflex::AbstractMatcher | inline |
| len_ | reflex::AbstractMatcher | protected |
| less(size_t n) | reflex::AbstractMatcher | inline |
| lineno(void) const | reflex::AbstractMatcher | inline |
| lno_ | reflex::AbstractMatcher | protected |
| mat_ | reflex::AbstractMatcher | protected |
| match(Method method) | reflex::Matcher | protectedvirtual |
| Matcher() | reflex::Matcher | inline |
| Matcher(const P *pat, const Input &inp=Input(), const char *opt=NULL) | reflex::Matcher | inline |
| Matcher(const P &pat, const Input &inp=Input(), const char *opt=NULL) | reflex::Matcher | inline |
| matches(void) | reflex::AbstractMatcher | inline |
| max_ | reflex::AbstractMatcher | protected |
| Method typedef | reflex::AbstractMatcher | protected |
| more(void) | reflex::AbstractMatcher | inline |
| newline(size_t &col) | 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!=(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 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 |
| opt_ | reflex::AbstractMatcher | protected |
| own_ | reflex::PatternMatcher< reflex::Pattern > | protected |
| own_pattern(void) const | reflex::PatternMatcher< reflex::Pattern > | inline |
| pair() const | reflex::AbstractMatcher | inline |
| pat_ | reflex::PatternMatcher< reflex::Pattern > | protected |
| Pattern typedef | reflex::PatternMatcher< reflex::Pattern > | |
| pattern(const PatternMatcher &matcher) | reflex::PatternMatcher< reflex::Pattern > | inlinevirtual |
| pattern(const Pattern &pat) | reflex::PatternMatcher< reflex::Pattern > | inlinevirtual |
| pattern(const Pattern *pat) | reflex::PatternMatcher< reflex::Pattern > | inlinevirtual |
| pattern(const char *pat) | reflex::PatternMatcher< reflex::Pattern > | inlinevirtual |
| pattern(const std::string &pat) | reflex::PatternMatcher< reflex::Pattern > | inlinevirtual |
| pattern(void) const | reflex::PatternMatcher< reflex::Pattern > | inline |
| PatternMatcher(const PatternMatcher &matcher) | reflex::PatternMatcher< reflex::Pattern > | inline |
| PatternMatcher(const Pattern *pat=NULL, const Input &inp=Input(), const char *opt=NULL) | reflex::PatternMatcher< reflex::Pattern > | inlineprotected |
| PatternMatcher(const Pattern &pat, const Input &inp=Input(), const char *opt=NULL) | reflex::PatternMatcher< reflex::Pattern > | inlineprotected |
| PatternMatcher(const char *pat, const Input &inp=Input(), const char *opt=NULL) | reflex::PatternMatcher< reflex::Pattern > | inlineprotected |
| PatternMatcher(const std::string &pat, const Input &inp=Input(), const char *opt=NULL) | reflex::PatternMatcher< reflex::Pattern > | inlineprotected |
| peek(void) | reflex::AbstractMatcher | inlineprotected |
| pop_stops(void) | reflex::Matcher | inline |
| pos_ | reflex::AbstractMatcher | protected |
| push_stops(void) | reflex::Matcher | inline |
| reset(const char *opt=NULL) | reflex::Matcher | inlinevirtual |
| rest(void) | reflex::AbstractMatcher | inline |
| scan | reflex::AbstractMatcher | |
| set_bol(bool bol) | reflex::AbstractMatcher | inline |
| set_current(size_t loc) | reflex::AbstractMatcher | inlineprotected |
| set_end(bool eof) | reflex::AbstractMatcher | inline |
| size(void) const | reflex::AbstractMatcher | inline |
| split | reflex::AbstractMatcher | |
| stk_ | reflex::Matcher | protected |
| stops(void) const | reflex::Matcher | inline |
| Stops typedef | reflex::Matcher | protected |
| tab_ | reflex::Matcher | protected |
| text(void) const | reflex::AbstractMatcher | inline |
| txt_ | reflex::AbstractMatcher | protected |
| unput(char c) | reflex::AbstractMatcher | inline |
| wrap(void) | reflex::AbstractMatcher | inlineprotectedvirtual |
| wsize(void) const | reflex::AbstractMatcher | inline |
| ~PatternMatcher() | reflex::PatternMatcher< reflex::Pattern > | inlinevirtual |