Vcsn
2.0
Be Rational
|
#include <vcsn/algos/copy.hh>
#include <vcsn/algos/standard.hh>
#include <vcsn/ctx/traits.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/misc/raise.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::dyn | |
FIXME: duplicate code with determinize. | |
vcsn::dyn::detail | |
Functions | |
template<typename Aut > | |
Aut & | vcsn::star_here (Aut &res) |
In place star of a standard automaton. More... | |
template<typename Aut > | |
Aut::element_type::automaton_nocv_t | vcsn::star (const Aut &aut) |
Star of a standard automaton. More... | |
template<typename Aut > | |
automaton | vcsn::dyn::detail::star (const automaton &a) |
Bridge. More... | |
vcsn::dyn::detail::REGISTER_DECLARE (star,(const automaton &aut) -> automaton) | |