Generated on Tue Mar 5 2013 22:37:38 for Gecode by doxygen 1.8.3.1
Gecode::DFA::Transition Class Reference

Specification of a DFA transition. More...

#include <int.hh>

Public Attributes

int i_state
 input state More...
 
int symbol
 symbol More...
 
int o_state
 output state More...
 

Detailed Description

Specification of a DFA transition.

Definition at line 1754 of file int.hh.

Member Data Documentation

int Gecode::DFA::Transition::i_state

input state

Definition at line 1756 of file int.hh.

int Gecode::DFA::Transition::symbol

symbol

Definition at line 1757 of file int.hh.

int Gecode::DFA::Transition::o_state

output state

Definition at line 1758 of file int.hh.


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