Public Member Functions | |
| RegEx (int cflags=REG_ICASE|REG_NOSUB|REG_EXTENDED) | |
| virtual | ~RegEx () |
| void | setPattern (const std::string &s) throw (std::bad_alloc, std::exception) |
| bool | match (const std::string &s) const |
Protected Member Functions | |
| void | freeRegex () |
| void | initRegex () |
Definition at line 29 of file regexcpp.h.
1.5.1