|
Public Member Functions |
| RegEx (const std::string &pattern, int size=90) throw (std::runtime_error) |
virtual | ~RegEx () |
void | operator= (const std::string &pattern) throw (std::runtime_error) |
std::pair< int, size_t > | match (const std::string &what, int from=0) const throw (std::runtime_error) |
std::string | operator[] (const std::string &subpatt) const throw (std::runtime_error) |
std::string | operator[] (int n) const throw (std::runtime_error) |
Private Attributes |
RefCounted< PcreProxy > | m_pcre |
int * | m_pVector |
int | m_size |
std::string | m_string |
Classes |
struct | PcreProxy |