automaton_t Struct Reference


Detailed Description

Definition at line 106 of file automaton.c.

Data Fields

int nstates
int init
int * accept
int ** trans


Field Documentation

int* automaton_t::accept
 

Definition at line 109 of file automaton.c.

Referenced by automaton_delete(), automaton_dump(), automaton_get_accept(), and s_automaton_finalize().

int automaton_t::init
 

Definition at line 108 of file automaton.c.

Referenced by automaton_dump(), and automaton_get_init().

int automaton_t::nstates
 

Definition at line 107 of file automaton.c.

Referenced by automaton_delete(), automaton_dump(), automaton_get_nstates(), and s_automaton_finalize().

int** automaton_t::trans
 

Definition at line 110 of file automaton.c.

Referenced by automaton_delete(), automaton_get_next_state(), and s_automaton_finalize().


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