This is the complete list of members for RegExp, including all inherited members.
| clear() (defined in RegExp) | RegExp | inline |
| empty() const | RegExp | inline |
| execute(const std::string &str, T &result) const | RegExp | |
| execute(const std::string &str) const | RegExp | inline |
| flags (defined in RegExp) | RegExp | |
| isSet() const (defined in RegExp) | RegExp | inline |
| operator=(const std::string &str) (defined in RegExp) | RegExp | |
| operator=(const RegExp &r) (defined in RegExp) | RegExp | |
| RegExp(const std::string &str="", int flags=REG_EXTENDED) | RegExp | |
| RegExp(const RegExp &r) | RegExp | |
| regExpBinary (defined in RegExp) | RegExp | protected |
| regExpString (defined in RegExp) | RegExp | protected |
| replace(const std::string &src, const std::string &replacement, std::string &dst) const | RegExp | inline |
| replace(const std::string &src, const std::string &replacement, std::ostream &sstr) const | RegExp | |
| replace(const std::string &src, const std::string ®exp, const std::string &replacement, std::string &dst) | RegExp | inlinestatic |
| reset() (defined in RegExp) | RegExp | inline |
| result | RegExp | |
| result_t typedef | RegExp | |
| setExpression(const std::string &str, int flags=REG_EXTENDED) (defined in RegExp) | RegExp | |
| setFlags(int flags) (defined in RegExp) | RegExp | inline |
| test(const std::string &str) const | RegExp | |
| toStr() const (defined in RegExp) | RegExp | inline |
| writableResult (defined in RegExp) | RegExp | mutableprotected |
| ~RegExp() | RegExp | virtual |