Information for each edge. More...
Data Fields | |
uint16_t | destination_index |
Index of the destination of this edge in the unique destinations array. More... | |
uint16_t | token_length |
Number of bytes the token for this edge takes in the token area. More... | |
Information for each edge.
Definition at line 37 of file regex_block_lib.c.
uint16_t EdgeInfo::destination_index |
Index of the destination of this edge in the unique destinations array.
Definition at line 43 of file regex_block_lib.c.
Referenced by REGEX_BLOCK_create().
uint16_t EdgeInfo::token_length |
Number of bytes the token for this edge takes in the token area.
Definition at line 49 of file regex_block_lib.c.
Referenced by REGEX_BLOCK_create().