Vcsn
2.2
Be Rational
|
Public Member Functions | |
template<size_t I> | |
weight_t | work_ (const tuple_t &v) |
Constant term for one tape. More... | |
template<size_t... I> | |
weight_t | work_ (const tuple_t &v, detail::index_sequence< I... >) |
Product of the constant-terms of all tapes. More... | |
weight_t | operator() (const tuple_t &v) |
Entry point. More... | |
Public Attributes | |
const self_t & | visitor_ |
Definition at line 140 of file constant-term.hh.
|
inline |
Entry point.
Definition at line 159 of file constant-term.hh.
References vcsn::rat::constant_term_visitor< ExpSet >::visit_tuple< bool, Dummy >::work_().
|
inline |
Constant term for one tape.
Definition at line 144 of file constant-term.hh.
References vcsn::rat::constant_term_visitor< ExpSet >::constant_term(), vcsn::rat::constant_term_visitor< ExpSet >::visit_tuple< bool, Dummy >::visitor_, and vcsn::rat::constant_term_visitor< ExpSet >::ws_.
Referenced by vcsn::rat::constant_term_visitor< ExpSet >::visit_tuple< bool, Dummy >::operator()().
|
inline |
Product of the constant-terms of all tapes.
Definition at line 153 of file constant-term.hh.
References vcsn::rat::constant_term_visitor< ExpSet >::visit_tuple< bool, Dummy >::visitor_, and vcsn::rat::constant_term_visitor< ExpSet >::ws_.
const self_t& vcsn::rat::constant_term_visitor< ExpSet >::visit_tuple< bool, Dummy >::visitor_ |
Definition at line 163 of file constant-term.hh.
Referenced by vcsn::rat::constant_term_visitor< ExpSet >::visit_tuple< bool, Dummy >::work_().