Vcsn
2.4
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 154 of file constant-term.hh.
|
inline |
Entry point.
Definition at line 172 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 158 of file constant-term.hh.
References vcsn::dyn::detail::constant_term(), vcsn::rat::constant_term_visitor< ExpSet >::rs_, and vcsn::rat::constant_term_visitor< ExpSet >::visit_tuple< bool, Dummy >::visitor_.
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 166 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 176 of file constant-term.hh.
Referenced by vcsn::rat::constant_term_visitor< ExpSet >::visit_tuple< bool, Dummy >::work_().