This is the complete list of members for regexp, including all inherited members.
compile(const std::string &pat, const regexp::opts &opt=regexp::opts()) | regexp | inline |
compile_internal(void) | regexp | private |
free(void) | regexp | private |
is_match(const std::string &buffer) const | regexp | |
is_match(const string_vector &buffer) const | regexp | |
is_match(const std::string &pat, const std::string &buffer, const regexp::opts &opt=regexp::opts(), const std::string &who="regexp") | regexp | inlinestatic |
is_match(const std::string &pat, const string_vector &buffer, const regexp::opts &opt=regexp::opts(), const std::string &who="regexp") | regexp | inlinestatic |
m_code | regexp | private |
m_named_idx | regexp | private |
m_named_pats | regexp | private |
m_names | regexp | private |
m_options | regexp | private |
m_pattern | regexp | private |
m_who | regexp | private |
match(const std::string &buffer) const | regexp | |
match(const std::string &pat, const std::string &buffer, const regexp::opts &opt=regexp::opts(), const std::string &who="regexp") | regexp | inlinestatic |
operator=(const regexp &rx)=default | regexp | |
regexp(const std::string &pat="", const regexp::opts &opt=regexp::opts(), const std::string &w="regexp") | regexp | inline |
regexp(const regexp &)=default | regexp | |
replace(const std::string &buffer, const std::string &replacement) const | regexp | |
replace(const std::string &pat, const std::string &buffer, const std::string &replacement, const regexp::opts &opt=regexp::opts(), const std::string &who="regexp") | regexp | inlinestatic |
~regexp(void) | regexp | inline |