Data Fields

__pat Struct Reference

#include <Regex.h>

Collaboration diagram for __pat:
Collaboration graph
[legend]

Data Fields

int _idx
pcre * _re
pcre_extra * _pe
char * _p
__pat_next

Detailed Description

Definition at line 40 of file Regex.h.


Field Documentation

Definition at line 41 of file Regex.h.

Referenced by DFA::compile(), and DFA::match().

Definition at line 45 of file Regex.h.

Referenced by DFA::compile(), DFA::match(), and DFA::~DFA().

char* __pat::_p

Definition at line 44 of file Regex.h.

Referenced by DFA::~DFA().

pcre_extra* __pat::_pe

Definition at line 43 of file Regex.h.

Referenced by DFA::match(), and DFA::~DFA().

pcre* __pat::_re

Definition at line 42 of file Regex.h.

Referenced by DFA::match(), and DFA::~DFA().


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