Collaboration diagram for REList:

Public Member Functions

 REList (const char *what, bool doCase)
 
 ~REList ()
 
bool match (const char *check) const
 

Public Attributes

REListnext
 
const char * data
 
regex_t rexp
 

Detailed Description

Definition at line 159 of file purge.cc.

Constructor & Destructor Documentation

◆ REList()

REList::REList ( const char *  what,
bool  doCase 
)

Definition at line 169 of file purge.cc.

References rexp.

◆ ~REList()

REList::~REList ( )

Definition at line 182 of file purge.cc.

References data, next, rexp, and xfree.

Member Function Documentation

◆ match()

bool REList::match ( const char *  check) const

Definition at line 190 of file purge.cc.

References data, and rexp.

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

Definition at line 166 of file purge.cc.

Referenced by REList(), ~REList(), and match().


The documentation for this struct was generated from the following file:

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors