Vcsn  2.2a
Be Rational
fwd.hh File Reference
#include <vcsn/misc/wet.hh>
Include dependency graph for fwd.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::detail::polynomialset_impl< Context, Kind >
 Linear combination of labels: map labels to weights. More...
 
struct  vcsn::weightset_mixin< WeightSet >
 Provide a variadic mul on top of a binary mul(), and one(). More...
 

Namespaces

 vcsn
 
 vcsn::detail
 

Typedefs

using vcsn::b = weightset_mixin< detail::b_impl >
 
using vcsn::f2 = weightset_mixin< detail::f2_impl >
 
using vcsn::log = weightset_mixin< detail::log_impl >
 
using vcsn::nmin = weightset_mixin< detail::nmin_impl >
 
using vcsn::q = weightset_mixin< detail::q_impl >
 
using vcsn::qmp = weightset_mixin< detail::qmp_impl >
 
using vcsn::r = weightset_mixin< detail::r_impl >
 
using vcsn::rmin = weightset_mixin< detail::rmin_impl >
 
using vcsn::z = weightset_mixin< detail::z_impl >
 
using vcsn::zmin = weightset_mixin< detail::zmin_impl >
 
template<typename Context , wet_kind_t Kind = detail::wet_kind<labelset_t_of<Context>, weightset_t_of<Context>>()>
using vcsn::polynomialset = weightset_mixin< detail::polynomialset_impl< Context, Kind >>