Specification of a DFA transition.
More...
#include <int.hh>
Specification of a DFA transition.
Definition at line 1887 of file int.hh.
Gecode::DFA::Transition::Transition |
( |
void |
| ) |
|
|
inline |
Gecode::DFA::Transition::Transition |
( |
int |
i_state0, |
|
|
int |
symbol0, |
|
|
int |
o_state0 |
|
) |
| |
|
inline |
Initialize members.
Definition at line 164 of file dfa.hpp.
int Gecode::DFA::Transition::i_state |
input state
Definition at line 1889 of file int.hh.
int Gecode::DFA::Transition::symbol |
int Gecode::DFA::Transition::o_state |
output state Default constructor
Definition at line 1891 of file int.hh.
The documentation for this class was generated from the following files: