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

Go to the source code of this file.

Classes

class  vcsn::rat::standard_visitor< Aut, ExpSet >
 Build a standard automaton from an expression. More...
 

Namespaces

 vcsn
 
 vcsn::dyn
 
 vcsn::dyn::detail
 
 vcsn::rat
 

Functions

template<Automaton Aut>
bool vcsn::is_standard (const Aut &a)
 Whether a is standard. More...
 
template<Automaton Aut>
bool vcsn::is_costandard (const Aut &a)
 Whether a is costandard. More...
 
template<Automaton Aut>
bool vcsn::dyn::detail::is_standard (const automaton &aut)
 Bridge. More...
 
template<Automaton Aut>
bool vcsn::dyn::detail::is_costandard (const automaton &aut)
 Bridge. More...
 
template<Automaton Aut>
void vcsn::standard_here (Aut &aut)
 Turn aut into a standard automaton. More...
 
template<Automaton Aut>
auto vcsn::standard (const Aut &aut)
 
template<Automaton Aut>
auto vcsn::costandard (const Aut &aut) -> decltype(copy(aut))
 
template<Automaton Aut>
automaton vcsn::dyn::detail::standard (const automaton &aut)
 Bridge. More...
 
template<Automaton Aut>
automaton vcsn::dyn::detail::costandard (const automaton &aut)
 Bridge. More...
 
template<Automaton Aut, typename ExpSet >
Aut vcsn::standard (const ExpSet &rs, const typename ExpSet::value_t &r)
 Build a standard automaton from an expression. More...
 
template<typename ExpSet >
automaton vcsn::dyn::detail::standard_expression (const expression &exp)
 Bridge (standard). More...