Vcsn
2.3
Be Rational
|
#include <epsilon-remover.hh>
Public Member Functions | |
epsilon_remover (automaton_t &aut, bool=true) | |
aut_proper_t | operator() () |
Just a copy of the automata in the proper context, since there aren't any transitions to remove. More... | |
void | in_situ_remover () |
Nothing to do to remove the transitions in place. More... | |
Private Types | |
using | automaton_t = Aut |
using | aut_proper_t = fresh_automaton_t_of< automaton_t > |
Private Attributes | |
automaton_t | aut_ |
Definition at line 383 of file epsilon-remover.hh.
|
private |
Definition at line 386 of file epsilon-remover.hh.
|
private |
Definition at line 385 of file epsilon-remover.hh.
|
inline |
Definition at line 388 of file epsilon-remover.hh.
|
inline |
Nothing to do to remove the transitions in place.
Definition at line 400 of file epsilon-remover.hh.
|
inline |
Just a copy of the automata in the proper context, since there aren't any transitions to remove.
Definition at line 394 of file epsilon-remover.hh.
References vcsn::copy().
|
private |
Definition at line 404 of file epsilon-remover.hh.