![]() |
Vcsn
2.0
Be Rational
|
#include <vcsn/dyn/automaton.hh>Go to the source code of this file.
Namespaces | |
| vcsn | |
| vcsn::detail | |
| vcsn::dyn | |
| FIXME: duplicate code with determinize. | |
| vcsn::dyn::detail | |
Functions | |
| template<typename Aut > | |
| auto | vcsn::detail::strip (const Aut &aut, int) -> decltype(aut->strip()) |
| template<typename Aut > | |
| auto | vcsn::detail::strip (const Aut &aut, long) -> decltype(aut) |
| template<typename Aut > | |
| auto | vcsn::strip (const Aut &aut) -> decltype(detail::strip(aut, 0)) |
| Remove (all) the decorations from a decorated automaton. More... | |
| template<typename Aut > | |
| automaton | vcsn::dyn::detail::strip (const automaton &aut) |
| Bridge. More... | |
| vcsn::dyn::detail::REGISTER_DECLARE (strip,(const automaton &a) -> automaton) | |