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