Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
read.hh File Reference
Include dependency graph for read.hh:
This graph shows which files directly or indirectly include this file:

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)