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 |
| 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 |
| 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() | regexp | inline |