regexp_t Struct Reference

Encapsulate the all the pieces necessary to manage a PCRE regular expression operation. More...

#include <regexp.h>

List of all members.

Public Attributes

const char * pattern
 the regexp pattern to match
pcre * re
 the compiled regexp
const char * subject
 the string being searched
int error
 the error code associated with this operation
int num_matches
 a count of how many matches were found
int matches [30]
 index into the matches; MUST be multiple of 3


Detailed Description

Encapsulate the all the pieces necessary to manage a PCRE regular expression operation.

Definition at line 32 of file regexp.h.


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

Generated on Mon Aug 31 10:06:21 2009 by  doxygen 1.5.8