Vcsn
2.3
Be Rational
|
Public Member Functions | |
template<size_t I> | |
auto | work_ (const tuple_t &v) |
Copy one tape. More... | |
template<size_t... I> | |
auto | work_ (const tuple_t &v, detail::index_sequence< I... >) |
Copy all the tapes. More... | |
auto | operator() (const tuple_t &v) |
Entry point. More... | |
Public Attributes | |
self_t & | visitor_ |
Definition at line 180 of file transpose.hh.
|
inline |
Entry point.
Definition at line 198 of file transpose.hh.
References vcsn::detail::transpose_impl< ExpSet >::visit_tuple< bool, Dummy >::work_().
|
inline |
Copy one tape.
Definition at line 184 of file transpose.hh.
References vcsn::detail::transpose_impl< ExpSet >::rs_, vcsn::transpose(), and vcsn::detail::transpose_impl< ExpSet >::visit_tuple< bool, Dummy >::visitor_.
Referenced by vcsn::detail::transpose_impl< ExpSet >::visit_tuple< bool, Dummy >::operator()().
|
inline |
Copy all the tapes.
Definition at line 192 of file transpose.hh.
References vcsn::detail::transpose_impl< ExpSet >::rs_, and vcsn::detail::transpose_impl< ExpSet >::visit_tuple< bool, Dummy >::visitor_.
self_t& vcsn::detail::transpose_impl< ExpSet >::visit_tuple< bool, Dummy >::visitor_ |
Definition at line 202 of file transpose.hh.
Referenced by vcsn::detail::transpose_impl< ExpSet >::visit_tuple< bool, Dummy >::work_().