Vcsn  2.3
Be Rational
project.hh File Reference
Include dependency graph for project.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
 
 vcsn::detail
 

Functions

template<typename Context , typename Tape >
context vcsn::dyn::detail::project_context (const context &ctx, integral_constant)
 Bridge (project). More...
 
template<size_t Tape, typename Context >
auto vcsn::detail::project (const expressionset< Context > &rs)
 Project an expressionset to one tape. More...
 
template<size_t Tape, typename ValueSet >
auto vcsn::detail::project (const ValueSet &vs, const typename ValueSet::value_t &v)
 Project a value to one tape. More...
 
template<typename ExpansionSet , typename Tape >
expansion vcsn::dyn::detail::project_expansion (const expansion &exp, integral_constant)
 Bridge (project). More...
 
template<typename ExpressionSet , typename Tape >
expression vcsn::dyn::detail::project_expression (const expression &exp, integral_constant)
 Bridge (project). More...
 
template<size_t Tape, typename Context , wet_kind_t Kind>
auto vcsn::detail::project (const polynomialset< Context, Kind > &ps)
 Project a polynomialset to one tape. More...
 
template<typename PolynomialSet , typename Tape >
polynomial vcsn::dyn::detail::project_polynomial (const polynomial &poly, integral_constant)
 Bridge (project). More...
 
template<typename Label , typename Tape >
label vcsn::dyn::detail::project_label (const label &lbl, integral_constant)
 Bridge (project). More...