strigi/src/streams
re_dfastate_t Struct Reference
#include <regex_internal.h>
Public Attributes | |
| unsigned int | accept_mb: 1 |
| unsigned int | context: 4 |
| re_node_set * | entrance_nodes |
| unsigned int | halt: 1 |
| unsigned int | has_backref: 1 |
| unsigned int | has_constraint: 1 |
| unsigned int | hash |
| re_node_set | inveclosure |
| re_node_set | nodes |
| re_node_set | non_eps_nodes |
| struct re_dfastate_t ** | trtable |
| struct re_dfastate_t ** | word_trtable |
Detailed Description
Definition at line 494 of file regex_internal.h.
Member Data Documentation
| unsigned int re_dfastate_t::accept_mb |
Definition at line 507 of file regex_internal.h.
| unsigned int re_dfastate_t::context |
Definition at line 502 of file regex_internal.h.
Definition at line 500 of file regex_internal.h.
| unsigned int re_dfastate_t::halt |
Definition at line 503 of file regex_internal.h.
| unsigned int re_dfastate_t::has_backref |
Definition at line 509 of file regex_internal.h.
| unsigned int re_dfastate_t::has_constraint |
Definition at line 510 of file regex_internal.h.
| unsigned int re_dfastate_t::hash |
Definition at line 496 of file regex_internal.h.
Definition at line 499 of file regex_internal.h.
Definition at line 497 of file regex_internal.h.
Definition at line 498 of file regex_internal.h.
struct re_dfastate_t** re_dfastate_t::trtable [read] |
Definition at line 501 of file regex_internal.h.
struct re_dfastate_t ** re_dfastate_t::word_trtable [read] |
Definition at line 501 of file regex_internal.h.
The documentation for this struct was generated from the following file:
KDE 4.4 API Reference