pcre_key Class Reference
pcre key
More...
#include <tokenizer.h>
List of all members.
|
Public Member Functions |
| pcre_key (size_t min, size_t max) |
| constructor
|
bool | operator< (const pcre_key &x) const |
| operator<
|
Public Attributes |
size_t | _min |
| min tokens in regular expression
|
size_t | _max |
| max tokens in regular expression
|
Detailed Description
pcre key
Definition at line 84 of file tokenizer.h.
Constructor & Destructor Documentation
pcre_key::pcre_key |
( |
size_t |
min, |
|
|
size_t |
max | |
|
) |
| | [inline] |
constructor
- Parameters:
-
min |
min tokens |
max |
max tokens |
Definition at line 88 of file tokenizer.h.
Member Function Documentation
bool pcre_key::operator< |
( |
const pcre_key & |
x |
) |
const [inline] |
Member Data Documentation
min tokens in regular expression
Definition at line 96 of file tokenizer.h.
The documentation for this class was generated from the following file: