Vcsn
2.4
Be Rational
|
Public Member Functions | |
template<size_t I> | |
auto | tape_ (const tuple_t &v) |
The case of tape I. More... | |
template<size_t... I> | |
auto | tapes_ (const tuple_t &v, detail::index_sequence< I... >) |
Info all the tapes. More... | |
auto | operator() (const tuple_t &v) |
Entry point. More... | |
Public Attributes | |
self_t & | visitor_ |
Definition at line 96 of file star-height.hh.
|
inline |
Entry point.
Definition at line 113 of file star-height.hh.
References vcsn::detail::star_height_visitor< ExpSet >::visit_tuple< bool, Dummy >::tapes_().
|
inline |
The case of tape I.
Definition at line 100 of file star-height.hh.
References vcsn::detail::star_height_visitor< ExpSet >::rs_, vcsn::star_height(), and vcsn::detail::star_height_visitor< ExpSet >::visit_tuple< bool, Dummy >::visitor_.
|
inline |
Info all the tapes.
Definition at line 107 of file star-height.hh.
References vcsn::detail::v.
Referenced by vcsn::detail::star_height_visitor< ExpSet >::visit_tuple< bool, Dummy >::operator()().
self_t& vcsn::detail::star_height_visitor< ExpSet >::visit_tuple< bool, Dummy >::visitor_ |
Definition at line 117 of file star-height.hh.
Referenced by vcsn::detail::star_height_visitor< ExpSet >::visit_tuple< bool, Dummy >::tape_().