Vcsn
2.4
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 178 of file transpose.hh.
|
inline |
Entry point.
Definition at line 196 of file transpose.hh.
References vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >::work_().
|
inline |
Copy one tape.
Definition at line 182 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 190 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 200 of file transpose.hh.
Referenced by vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >::work_().