![]() |
Vcsn
2.8
Be Rational
|
#include <vcsn/ctx/project-context.hh>#include <vcsn/dyn/context.hh>#include <vcsn/dyn/value.hh>#include <vcsn/labelset/tupleset.hh>#include <vcsn/dyn/name.hh>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... | |