|
using | vcsn::rat::exp_t = std::shared_ptr< const exp > |
|
template<typename Context > |
using | vcsn::rat::zero = constant< type_t::zero, Context > |
|
template<typename Context > |
using | vcsn::rat::one = constant< type_t::one, Context > |
|
template<typename Context > |
using | vcsn::rat::complement = unary< type_t::complement, Context > |
|
template<typename Context > |
using | vcsn::rat::star = unary< type_t::star, Context > |
|
template<typename Context > |
using | vcsn::rat::transposition = unary< type_t::transposition, Context > |
|
template<typename Context > |
using | vcsn::rat::prod = variadic< type_t::prod, Context > |
|
template<typename Context > |
using | vcsn::rat::conjunction = variadic< type_t::conjunction, Context > |
|
template<typename Context > |
using | vcsn::rat::ldiv = variadic< type_t::ldiv, Context > |
|
template<typename Context > |
using | vcsn::rat::shuffle = variadic< type_t::shuffle, Context > |
|
template<typename Context > |
using | vcsn::rat::sum = variadic< type_t::sum, Context > |
|
template<typename Context > |
using | vcsn::rat::lweight = weight_node< type_t::lweight, Context > |
|
template<typename Context > |
using | vcsn::rat::rweight = weight_node< type_t::rweight, Context > |
|
template<typename Context > |
using | vcsn::rat::ratexp = std::shared_ptr< const node< Context >> |
|
template<typename Context > |
using | vcsn::ratexpset = variadic_mul_mixin< rat::ratexpset_impl< Context >> |
|