Vcsn
2.4
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 384 of file epsilon-remover.hh.
|
private |
Definition at line 387 of file epsilon-remover.hh.
|
private |
Definition at line 386 of file epsilon-remover.hh.
|
inline |
Definition at line 389 of file epsilon-remover.hh.
|
inline |
Nothing to do to remove the transitions in place.
Definition at line 401 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 395 of file epsilon-remover.hh.
References vcsn::copy().
|
private |
Definition at line 405 of file epsilon-remover.hh.