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 |
aft(size_t len) | reflex::AbstractMatcher | inline |
after() | reflex::AbstractMatcher | inline |
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 |
bef(size_t len) | reflex::AbstractMatcher | inline |
before() | reflex::AbstractMatcher | inline |
begin() const | reflex::AbstractMatcher | inline |
blk_ | reflex::AbstractMatcher | protected |
bol() | reflex::AbstractMatcher | inline |
bol_ | reflex::AbstractMatcher | protected |
BoostMatcher() | reflex::BoostMatcher | inline |
BoostMatcher(const P *pattern, const Input &input=Input(), const char *opt=NULL) | reflex::BoostMatcher | inline |
BoostMatcher(const P &pattern, const Input &input=Input(), const char *opt=NULL) | reflex::BoostMatcher | inline |
BoostMatcher(const BoostMatcher &matcher) | reflex::BoostMatcher | inline |
BoostPerlMatcher() | reflex::BoostPerlMatcher | inline |
BoostPerlMatcher(const P *pattern, const Input &input=Input(), const char *opt=NULL) | reflex::BoostPerlMatcher | inline |
BoostPerlMatcher(const P &pattern, const Input &input=Input(), const char *opt=NULL) | reflex::BoostPerlMatcher | inline |
border() | reflex::AbstractMatcher | inline |
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 |
clone() | reflex::BoostMatcher | inlinevirtual |
cml_ | reflex::AbstractMatcher | protected |
cno_ | reflex::AbstractMatcher | protected |
columno(size_t n) | reflex::AbstractMatcher | inline |
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, bool *multiline=NULL) | reflex::BoostMatcher | inlinestatic |
cpb_ | reflex::AbstractMatcher | protected |
cur_ | reflex::AbstractMatcher | protected |
del_ | reflex::PatternMatcher< boost::regex > | protected |
end() const | reflex::AbstractMatcher | inline |
end_ | reflex::AbstractMatcher | protected |
eof_ | reflex::AbstractMatcher | protected |
eol(bool inclusive=false) | reflex::AbstractMatcher | inline |
evh_ | reflex::AbstractMatcher | protected |
fetch(size_t len) | reflex::AbstractMatcher | inline |
fin_ | reflex::BoostMatcher | protected |
find | reflex::AbstractMatcher | |
first() const | reflex::AbstractMatcher | inline |
flg_ | reflex::BoostMatcher | protected |
flush() | reflex::AbstractMatcher | 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::BoostMatcher | inlinevirtual |
group_next_id() | reflex::BoostMatcher | inlinevirtual |
grow(size_t need=Const::BLOCK) | reflex::AbstractMatcher | inlineprotected |
grp_ | reflex::BoostMatcher | protected |
has_pattern() const | reflex::PatternMatcher< boost::regex > | inline |
hit_end() const | reflex::AbstractMatcher | inline |
in | reflex::AbstractMatcher | |
ind_ | reflex::AbstractMatcher | protected |
init(const char *opt=NULL) | reflex::AbstractMatcher | inlineprotectedvirtual |
input(const Input &input) | reflex::AbstractMatcher | inlinevirtual |
input() | reflex::AbstractMatcher | inline |
interactive() | reflex::AbstractMatcher | inline |
iterator typedef | reflex::AbstractMatcher | |
itr_ | reflex::BoostMatcher | protected |
last() const | reflex::AbstractMatcher | inline |
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 |
lineno_skip(bool f=false) | reflex::AbstractMatcher | inline |
lines() | reflex::AbstractMatcher | inline |
lno_ | reflex::AbstractMatcher | protected |
lpb_ | reflex::AbstractMatcher | protected |
mat_ | reflex::AbstractMatcher | protected |
match(Method method) | reflex::BoostMatcher | inlineprotectedvirtual |
matches() | reflex::AbstractMatcher | inline |
max_ | reflex::AbstractMatcher | protected |
Method typedef | reflex::AbstractMatcher | protected |
more() | reflex::AbstractMatcher | inline |
new_itr(Method method) | reflex::BoostMatcher | 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 BoostMatcher &matcher) | reflex::BoostMatcher | inline |
PatternMatcher< boost::regex >::operator=(const PatternMatcher &matcher) | reflex::PatternMatcher< boost::regex > | inlinevirtual |
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::BoostMatcher | inlinevirtual |
opt_ | reflex::AbstractMatcher | protected |
own_ | reflex::AbstractMatcher | protected |
own_pattern() const | reflex::PatternMatcher< boost::regex > | inline |
pair() const | reflex::AbstractMatcher | inline |
pat_ | reflex::PatternMatcher< boost::regex > | protected |
Pattern typedef | reflex::PatternMatcher< boost::regex > | |
pattern(const BoostMatcher &matcher) | reflex::BoostMatcher | inlinevirtual |
pattern(const Pattern &pattern) | reflex::BoostMatcher | inlinevirtual |
pattern(const Pattern *pattern) | reflex::BoostMatcher | inlinevirtual |
pattern(const char *pattern) | reflex::BoostMatcher | inlinevirtual |
pattern(const std::string &pattern) | reflex::BoostMatcher | inlinevirtual |
PatternMatcher< boost::regex >::pattern(const PatternMatcher &matcher) | reflex::PatternMatcher< boost::regex > | inlinevirtual |
PatternMatcher< boost::regex >::pattern(const Pattern &pattern) | reflex::PatternMatcher< boost::regex > | inlinevirtual |
PatternMatcher< boost::regex >::pattern(const Pattern *pattern) | reflex::PatternMatcher< boost::regex > | inlinevirtual |
PatternMatcher< boost::regex >::pattern() const | reflex::PatternMatcher< boost::regex > | inlinevirtual |
PatternMatcher(const PatternMatcher &matcher) | reflex::PatternMatcher< boost::regex > | inline |
PatternMatcher(const Pattern *pattern=NULL, const Input &input=Input(), const char *opt=NULL) | reflex::PatternMatcher< boost::regex > | inlineprotected |
PatternMatcher(const Pattern &pattern, const Input &input=Input(), const char *opt=NULL) | reflex::PatternMatcher< boost::regex > | inlineprotected |
PatternMatcher(const char *pattern, const Input &input=Input(), const char *opt=NULL) | reflex::PatternMatcher< boost::regex > | inlineprotected |
PatternMatcher(const std::string &pattern, const Input &input=Input(), const char *opt=NULL) | reflex::PatternMatcher< boost::regex > | inlineprotected |
peek() | reflex::AbstractMatcher | inline |
peek_more() | reflex::AbstractMatcher | inlineprotected |
pos_ | reflex::AbstractMatcher | protected |
res_ | reflex::AbstractMatcher | protected |
reset(const char *opt=NULL) | reflex::BoostMatcher | 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_and_peek_more(size_t loc) | reflex::AbstractMatcher | inlineprotected |
set_end(bool eof) | reflex::AbstractMatcher | inline |
set_handler(Handler *handler) | reflex::AbstractMatcher | inline |
set_reserve(size_t n) | reflex::AbstractMatcher | inline |
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 | |
str() const | reflex::AbstractMatcher | inline |
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< boost::regex > | inlinevirtual |