Specification of a DFA transition.
More...
#include <int.hh>
Specification of a DFA transition.
Definition at line 2073 of file int.hh.
◆ Transition() [1/2]
Gecode::DFA::Transition::Transition |
( |
void | | ) |
|
|
inline |
◆ Transition() [2/2]
Gecode::DFA::Transition::Transition |
( |
int | i_state0, |
|
|
int | symbol0, |
|
|
int | o_state0 ) |
|
inline |
Initialize members.
Definition at line 204 of file dfa.hpp.
◆ i_state
int Gecode::DFA::Transition::i_state |
input state
Definition at line 2075 of file int.hh.
◆ symbol
int Gecode::DFA::Transition::symbol |
◆ o_state
int Gecode::DFA::Transition::o_state |
output state Default constructor
Definition at line 2077 of file int.hh.
The documentation for this class was generated from the following files: