Vcsn
2.2
Be Rational
|
#include <vcsn/algos/copy.hh>
#include <vcsn/algos/determinize.hh>
#include <vcsn/algos/is-deterministic.hh>
#include <vcsn/algos/standard.hh>
#include <vcsn/algos/tags.hh>
#include <vcsn/core/mutable-automaton.hh>
#include <vcsn/ctx/traits.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/misc/raise.hh>
#include <vcsn/misc/vector.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::dyn | |
vcsn::dyn::detail | |
Functions | |
template<Automaton Aut> | |
Aut & | vcsn::star_here (Aut &res, general_tag={}) |
In-place star of an automaton. More... | |
template<Automaton Aut> | |
Aut & | vcsn::star_here (Aut &res, standard_tag) |
In-place star of a standard automaton. More... | |
template<Automaton Aut> | |
Aut & | vcsn::star_here (Aut &res, deterministic_tag) |
In-place star of a deterministic automaton. More... | |
template<Automaton Aut, typename Tag = general_tag> | |
auto | vcsn::star (const Aut &aut, Tag tag={}) -> decltype(detail::make_join_automaton(tag, aut)) |
Star of an automaton. More... | |
template<Automaton Aut, typename String > | |
automaton | vcsn::dyn::detail::star (const automaton &a, const std::string &algo) |
Bridge. More... | |