Vcsn  2.2a
Be Rational
star.hh File Reference
Include dependency graph for star.hh:
This graph shows which files directly or indirectly include this file:

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...