Generated on Fri May 13 2011 22:41:27 for Gecode by doxygen 1.7.1

Gecode::DFA::Transition Class Reference

Specification of a DFA transition. More...

#include <int.hh>

List of all members.

Public Attributes

int i_state
 input state
int symbol
 symbol
int o_state
 output state

Detailed Description

Specification of a DFA transition.

Definition at line 1630 of file int.hh.


Member Data Documentation

input state

Definition at line 1632 of file int.hh.

symbol

Definition at line 1633 of file int.hh.

output state

Definition at line 1634 of file int.hh.


The documentation for this class was generated from the following file: