#include <Regex.h>

| Data Fields | |
| int | _idx | 
| pcre * | _re | 
| pcre_extra * | _pe | 
| char * | _p | 
| __pat * | _next | 
Definition at line 40 of file Regex.h.
| int __pat::_idx | 
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().
 1.7.1
 1.7.1