#include <regexp.h>
|
| Regexp (const std::string &expr, int match_count=0, int flags=0) throw (wibble::exception::Regexp) |
|
| ~Regexp () throw () |
|
bool | match (const std::string &str, int flags=0) throw (wibble::exception::Regexp) |
|
std::string | operator[] (int idx) throw (wibble::exception::OutOfRange) |
|
size_t | matchStart (int idx) throw (wibble::exception::OutOfRange) |
|
size_t | matchEnd (int idx) throw (wibble::exception::OutOfRange) |
|
size_t | matchLength (int idx) throw (wibble::exception::OutOfRange) |
|
◆ Regexp()
◆ ~Regexp()
wibble::Regexp::~Regexp |
( |
| ) |
|
throw | ( | |
| ) | | |
◆ match()
◆ matchEnd()
◆ matchLength()
◆ matchStart()
◆ operator[]()
◆ lastMatch
std::string wibble::Regexp::lastMatch |
|
protected |
◆ nmatch
int wibble::Regexp::nmatch |
|
protected |
◆ pmatch
regmatch_t* wibble::Regexp::pmatch |
|
protected |
◆ re
regex_t wibble::Regexp::re |
|
protected |
The documentation for this class was generated from the following files: