Generated on Wed Nov 1 15:05:13 2006 for Gecode by doxygen 1.4.5

Gecode::DFA::Transition Class Reference

#include <int.hh>

List of all members.


Detailed Description

Specification of a DFA transition.

Definition at line 675 of file int.hh.

Public Attributes

int i_state
 input state
int symbol
 symbol
int o_state
 output state


Member Data Documentation

int Gecode::DFA::Transition::i_state
 

input state

Definition at line 677 of file int.hh.

int Gecode::DFA::Transition::symbol
 

symbol

Definition at line 678 of file int.hh.

int Gecode::DFA::Transition::o_state
 

output state

Definition at line 679 of file int.hh.


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