yast2-core
|
#include <IniParser.h>
Public Member Functions | |
Regex () | |
int | compile (const string &pattern, bool ignore_case) |
const regex_t * | regex () const |
Private Attributes | |
Regex_tPtr | rxtp |
Manages references to a regex buffer
|
inline |
|
inline |
Initialize the regex
pattern | a pattern (REG_EXTENDED) ignore_case REG_ICASE? |
Referenced by IniParser::initMachine().
|
inline |
References rxtp.
Referenced by RegexMatch::RegexMatch().