Vcsn  2.3
Be Rational
compose-expression.hh File Reference
#include <vcsn/dyn/value.hh>
Include dependency graph for compose-expression.hh:

Go to the source code of this file.

Namespaces

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

Functions

template<typename ValueSet >
ValueSet::value_t vcsn::compose (const ValueSet &vs, const typename ValueSet::value_t &lhs, const typename ValueSet::value_t &rhs)
 Composition of values. More...
 
template<typename ExpSetLhs , typename ExpSetRhs >
expansion vcsn::dyn::detail::compose_expansion (const expansion &lhs, const expansion &rhs)
 Bridge (compose). More...
 
template<typename ExpSetLhs , typename ExpSetRhs >
expression vcsn::dyn::detail::compose_expression (const expression &lhs, const expression &rhs)
 Bridge (compose). More...
 
template<typename PolSetLhs , typename PolSetRhs >
polynomial vcsn::dyn::detail::compose_polynomial (const polynomial &lhs, const polynomial &rhs)
 Bridge (compose). More...