#include <evl.h>
Data Fields | |
| int | N |
| int | numStrings |
| util_byte_array_t ** | stateIdToPrefix |
| u_int16_t * | nextStateFunction |
| int | numInputValues |
| st_table * | prefixHash |
| array_t * | finalStates |
| u_int8_t * | finalStatesVarSet |
| int * | stateCount |
Assumption is that there are no repeated strings. The initial state is the state whose id is numStrings, and the states 0--numStrings-1 are the states corresponding to the input strings.
Definition at line 358 of file evl.h.
| int Evl_Fsm_t::N |
| u_int16_t* Evl_Fsm_t::nextStateFunction |
| u_int8_t* Evl_Fsm_t::finalStatesVarSet |