IDZEBRA
2.2.7
|
#include <dfa.h>
Data Fields | |
struct DFA_trans * | next |
struct DFA_tran * | tran_block |
int | ptr |
int | size |
struct DFA_trans* DFA_trans::next |
Definition at line 36 of file dfa.h.
Referenced by add_DFA_tran(), init_DFA_states(), and rm_DFA_states().
int DFA_trans::ptr |
Definition at line 38 of file dfa.h.
Referenced by add_DFA_tran(), get_DFA_state(), and init_DFA_states().
int DFA_trans::size |
Definition at line 39 of file dfa.h.
Referenced by add_DFA_tran(), and init_DFA_states().
struct DFA_tran* DFA_trans::tran_block |
Definition at line 37 of file dfa.h.
Referenced by add_DFA_tran(), get_DFA_state(), init_DFA_states(), and rm_DFA_states().