constructor_inner(const char *re, int cflags) | Basics::RegExp | [private] |
match(const char *string, size_t nmatch=0, regmatch_t *pmatch=0, int eflags=0) | Basics::RegExp | [inline] |
match(const Text &text, size_t nmatch=0, regmatch_t *pmatch=0, int eflags=0) | Basics::RegExp | [inline] |
nsubs(void) | Basics::RegExp | [inline] |
operator()(const char *string, size_t nmatch=0, regmatch_t *pmatch=0, int eflags=0) | Basics::RegExp | [inline] |
operator()(const Text &text, size_t nmatch=0, regmatch_t *pmatch=0, int eflags=0) | Basics::RegExp | [inline] |
operator=(const RegExp &) | Basics::RegExp | [private] |
parsed | Basics::RegExp | [private] |
RegExp(const char *re, int cflags=(REG_EXTENDED|REG_ICASE|REG_NOSUB)) | Basics::RegExp | [inline] |
RegExp(const Text &re, int cflags=(REG_EXTENDED|REG_ICASE|REG_NOSUB)) | Basics::RegExp | [inline] |
RegExp(const RegExp &) | Basics::RegExp | [private] |
~RegExp() | Basics::RegExp | [inline] |