This is the complete list of members for regExpCxx, including all inherited members.
| clear() | regExpCxx | inline |
| empty() const noexcept | regExpCxx | inline |
| exists() const noexcept | regExpCxx | inline |
| find(const std::string &text) const | regExpCxx | inline |
| grammar | regExpCxx | static |
| is_meta(const char c) noexcept | regExpCxx | inlinestatic |
| is_meta(const std::string &str, const char quote='\\') | regExpCxx | inlinestatic |
| match(const std::string &text) const | regExpCxx | inline |
| match(const std::string &text, results_type &matches) const | regExpCxx | inline |
| negate(bool on) noexcept | regExpCxx | inline |
| negated() const noexcept | regExpCxx | inline |
| ngroups() const | regExpCxx | inline |
| nocase() const | regExpCxx | inline |
| operator()(const std::string &text) const | regExpCxx | inline |
| operator=(const regExpCxx &rgx) | regExpCxx | inline |
| operator=(regExpCxx &&rgx) | regExpCxx | inline |
| operator=(const char *pattern) | regExpCxx | inline |
| operator=(const std::string &pattern) | regExpCxx | inline |
| regExpCxx() | regExpCxx | inline |
| regExpCxx(const regExpCxx &rgx) | regExpCxx | inline |
| regExpCxx(regExpCxx &&rgx) noexcept | regExpCxx | inline |
| regExpCxx(const char *pattern, const bool ignoreCase=false) | regExpCxx | inlineexplicit |
| regExpCxx(const std::string &pattern, const bool ignoreCase=false) | regExpCxx | inlineexplicit |
| results_type typedef | regExpCxx | |
| search(const std::string &text) const | regExpCxx | inline |
| set(const char *pattern, bool ignoreCase=false) | regExpCxx | inline |
| set(const std::string &pattern, bool ignoreCase=false) | regExpCxx | inline |
| swap(regExpCxx &rgx) | regExpCxx | inline |
| ~regExpCxx()=default | regExpCxx |