Class Index | Cross Index | Namespace Index |
POSIX Regular Expression
Contained in: global
Derived from:
none
Derived by:
none
#include "general/regex.hh"
public function member index: |
|||
Regex | (const std::string& regex, int flags = REG_EXTENDED) throw ( LdasException, std::bad_alloc ); | ||
~Regex | () throw ( ); | ||
inline const regex_t& | getPattern | () const throw ( ); | Get Compiled Pattern |
inline const std::string& | getRegex | () const throw ( ); | Get Regular Expression |
Return value:
const regex_t &
Return value:
const std::string&