automaton_state_t Struct Reference


Detailed Description

Definition at line 93 of file automaton.c.

Data Fields

alist id
int accept
int id_static
astate next [MAX_TRANSITION_LETTERS]


Field Documentation

int automaton_state_t::accept
 

Definition at line 95 of file automaton.c.

Referenced by s_automaton_node_set_accept(), s_automaton_print_nodes(), and s_automaton_state_create().

alist automaton_state_t::id
 

Definition at line 94 of file automaton.c.

Referenced by s_automaton_get_state(), s_automaton_NFA_to_DFA(), s_automaton_node_set_accept(), s_automaton_print_edges(), s_automaton_print_nodes(), s_automaton_PS_to_NFA(), s_automaton_state_create(), and state_delete_fun().

int automaton_state_t::id_static
 

Definition at line 96 of file automaton.c.

astate automaton_state_t::next[MAX_TRANSITION_LETTERS]
 

Definition at line 97 of file automaton.c.

Referenced by s_automaton_NFA_to_DFA(), s_automaton_print_edges(), s_automaton_PS_to_NFA(), and s_automaton_state_create().


The documentation for this struct was generated from the following file:
Generated on Thu Dec 29 02:01:15 2005 for Eliot by  doxygen 1.4.5