REList Struct Reference
Collaboration diagram for REList:
Public Member Functions | |
REList (const char *what, bool doCase) | |
~REList () | |
bool | match (const char *check) const |
Public Attributes | |
REList * | next |
const char * | data |
regex_t | rexp |
Detailed Description
Constructor & Destructor Documentation
◆ REList()
REList::REList | ( | const char * | what, |
bool | doCase | ||
) |
◆ ~REList()
REList::~REList | ( | ) |
Member Function Documentation
◆ match()
bool REList::match | ( | const char * | check | ) | const |
Member Data Documentation
◆ data
const char* REList::data |
Definition at line 165 of file purge.cc.
Referenced by ~REList(), match(), and parseCommandline().
◆ next
REList* REList::next |
Definition at line 164 of file purge.cc.
Referenced by ~REList(), and parseCommandline().
◆ rexp
regex_t REList::rexp |
The documentation for this struct was generated from the following file:
- tools/purge/purge.cc