#include <IniParser.h>
Inheritance diagram for Regex_t:
Public Member Functions | |
Regex_t () | |
has regex been regcomp'd and should it be regfree'd? | |
~Regex_t () | |
int | compile (const string &pattern, bool ignore_case) |
Private Member Functions | |
REP_BODY (Regex_t) | |
Private Attributes | |
regex_t | regex |
bool | live |
glibc regex buffer | |
Friends | |
class | Regex |
prohibits copying and assignment just like we want |
|
has regex been regcomp'd and should it be regfree'd?
|
|
|
|
Initialize the regex Can be called only once
|
|
|
|
prohibits copying and assignment just like we want
|
|
glibc regex buffer
|
|
|