#include <Regexp.h>
Inheritance diagram for Debtags::Regexp:
Public Member Functions | |
Regexp (const std::string &expr, int match_count=0, int flags=0) throw (RegexpException) | |
~Regexp () throw () | |
bool | match (const std::string &str, int flags=0) throw (RegexpException) |
std::string | operator[] (int idx) throw (OutOfRangeException) |
Protected Attributes | |
regex_t | re |
regmatch_t * | pmatch |
int | nmatch |
std::string | lastMatch |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|