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

Go to the source code of this file.

Classes

class  vcsn::detail::composer< Lhs, Rhs >
 Build the (accessible part of the) composition. More...
 

Namespaces

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

Functions

template<typename Lhs , typename Rhs >
auto vcsn::detail::make_composer (Lhs &lhs, Rhs &rhs) -> typename detail::composer< Lhs, Rhs >
 
template<typename Lhs , typename Rhs , unsigned OutTape = 1, unsigned InTape = 0>
auto vcsn::compose (Lhs &lhs, Rhs &rhs) -> typename detail::composer< focus_automaton< OutTape, Lhs >, focus_automaton< InTape, Rhs >>::automaton_t
 Build the (accessible part of the) composition. More...
 
template<typename Lhs , typename Rhs >
automaton vcsn::dyn::detail::compose (automaton &lhs, automaton &rhs)
 Bridge. More...