pcre_entry Class Reference
pcre entry
More...
#include <tokenizer.h>
List of all members.
|
Public Member Functions |
| pcre_entry (pcre *th, pcre_extra *ex, size_t key) |
| constructor
|
Public Attributes |
pcre * | _this |
| pcre engine instance
|
pcre_extra * | _extra |
| pcre extra pointer
|
size_t | _key |
| pcre key
|
Detailed Description
pcre entry
Definition at line 110 of file tokenizer.h.
Constructor & Destructor Documentation
pcre_entry::pcre_entry |
( |
pcre * |
th, |
|
|
pcre_extra * |
ex, |
|
|
size_t |
key | |
|
) |
| | [inline] |
constructor
- Parameters:
-
th |
pcre engine instance |
ex |
pcre extra pointer |
key |
pcre key |
Definition at line 114 of file tokenizer.h.
Member Data Documentation
The documentation for this class was generated from the following file: