pcre  8.32
About: PCRE - Perl-compatible regular expressions
  Fossies Dox: pcre-8.32.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
regex_t Struct Reference

#include <pcreposix.h>

Data Fields

void * re_pcre
 
size_t re_nsub
 
size_t re_erroffset
 

Detailed Description

Definition at line 97 of file pcreposix.h.

Field Documentation

size_t regex_t::re_erroffset

Definition at line 100 of file pcreposix.h.

Referenced by regcomp(), regerror(), and regerror().

size_t regex_t::re_nsub

Definition at line 99 of file pcreposix.h.

Referenced by regcomp().

void* regex_t::re_pcre

Definition at line 98 of file pcreposix.h.

Referenced by main(), regcomp(), regcomp(), regcomp(), regexec(), and regfree().


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