Vcsn
2.3
Be Rational
|
#include <vcsn/dyn/context.hh>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/dyn/value.hh>
#include <vcsn/weightset/polynomialset.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::dyn | |
vcsn::dyn::detail | |
Functions | |
template<typename Context > | |
auto | vcsn::read_label (const Context &ctx, std::istream &is, bool quoted=false) -> label_t_of< Context > |
template<typename Context , typename Istream , typename Bool > | |
label | vcsn::dyn::detail::read_label (const context &ctx, std::istream &is, bool quoted) |
Bridge. More... | |
template<typename Context > | |
auto | vcsn::read_polynomial (const Context &ctx, std::istream &is) -> typename polynomialset< Context >::value_t |
template<typename Context , typename Istream > | |
polynomial | vcsn::dyn::detail::read_polynomial (const context &ctx, std::istream &is) |
Bridge. More... | |
template<typename Context > | |
auto | vcsn::read_weight (const Context &ctx, std::istream &is) -> weight_t_of< Context > |
template<typename Context , typename Istream > | |
weight | vcsn::dyn::detail::read_weight (const context &ctx, std::istream &is) |
Bridge. More... | |