Vcsn
2.2
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 387 of file epsilon-remover.hh.
|
private |
Definition at line 390 of file epsilon-remover.hh.
|
private |
Definition at line 389 of file epsilon-remover.hh.
|
inline |
Definition at line 392 of file epsilon-remover.hh.
|
inline |
Nothing to do to remove the transitions in place.
Definition at line 404 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 398 of file epsilon-remover.hh.
References vcsn::copy().
|
private |
Definition at line 408 of file epsilon-remover.hh.