| clone(Regex &) | Regex | |
| compile(const char *pattern, int flags) | Regex | |
| compile(string const &str, int flags) | Regex | |
| compiled | Regex | [private] |
| compiledRegex | Regex | [private] |
| exec(const char *string, size_t nmatch, regmatch_t matchptr[], int eflags) | Regex | |
| exec(string const &str, size_t nmatch, regmatch_t matchptr[], int eflags) | Regex | |
| flags | Regex | [private] |
| free() | Regex | |
| isCompiled() | Regex | |
| match | Regex | [private] |
| pattern | Regex | [private] |
| Regex() | Regex | |
| Regex(Regex &) | Regex | |
| Regex(const char *pattern, int flags) | Regex | |
| Regex(string const &pattern, int flags) | Regex | |
| ~Regex() | Regex | |