![]() |
Vcsn
2.8
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 & | self_ |
Definition at line 183 of file transpose.hh.
|
inline |
Entry point.
Definition at line 201 of file transpose.hh.
References vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >::work_().
|
inline |
Copy one tape.
Definition at line 187 of file transpose.hh.
References vcsn::detail::transpose_impl< ExpSet >::rs_, vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >::self_, and vcsn::transpose().
Referenced by vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >::operator()().
|
inline |
Copy all the tapes.
Definition at line 195 of file transpose.hh.
References vcsn::detail::transpose_impl< ExpSet >::rs_, and vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >::self_.
| self_t& vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >::self_ |
Definition at line 205 of file transpose.hh.
Referenced by vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >::work_().