#include <dfa.h>
Collaboration diagram for _dfa_arc:

Data Fields | |
| short | label |
| Input(=category ID) corresponding to this arc. | |
| int | to_state |
| Next state to move. | |
| _dfa_arc * | next |
| Pointer to the next arc in the same state, NULL if last. | |
Definition at line 52 of file dfa.h.
1.5.0