|
wibble
1.1
|
#include <regexp.h>


Public Member Functions | |
| ERegexp (const std::string &expr, int match_count=0, int flags=0) | |
Public Member Functions inherited from wibble::Regexp | |
| Regexp (const std::string &expr, int match_count=0, int flags=0) | |
| ~Regexp () throw () | |
| bool | match (const std::string &str, int flags=0) |
| std::string | operator[] (int idx) |
| size_t | matchStart (int idx) |
| size_t | matchEnd (int idx) |
| size_t | matchLength (int idx) |
Additional Inherited Members | |
Protected Attributes inherited from wibble::Regexp | |
| regex_t | re |
| regmatch_t * | pmatch |
| int | nmatch |
| std::string | lastMatch |
|
inline |