strigi/src/streams
re_token_t Struct Reference
#include <regex_internal.h>
Public Attributes | |
| unsigned int | constraint: 10 |
| unsigned int | duplicated: 1 |
| union { | |
| unsigned char c | |
| re_context_type ctx_type | |
| int idx | |
| re_bitset_ptr_t sbcset | |
| } | opr |
| unsigned int | opt_subexp: 1 |
| re_token_type_t | type |
| unsigned int | word_char: 1 |
Detailed Description
Definition at line 288 of file regex_internal.h.
Member Data Documentation
| unsigned char re_token_t::c |
Definition at line 292 of file regex_internal.h.
| unsigned int re_token_t::constraint |
Definition at line 305 of file regex_internal.h.
Definition at line 298 of file regex_internal.h.
| unsigned int re_token_t::duplicated |
Definition at line 306 of file regex_internal.h.
| int re_token_t::idx |
Definition at line 297 of file regex_internal.h.
| union { ... } re_token_t::opr |
| unsigned int re_token_t::opt_subexp |
Definition at line 307 of file regex_internal.h.
Definition at line 293 of file regex_internal.h.
Definition at line 303 of file regex_internal.h.
| unsigned int re_token_t::word_char |
Definition at line 314 of file regex_internal.h.
The documentation for this struct was generated from the following file:
KDE 4.4 API Reference