Vcsn
2.4
Be Rational
|
#include <copy.hh>
Public Member Functions | |
template<size_t I> | |
auto | work_ (const tuple_t &v) |
Copy one tape. More... | |
template<size_t... I> | |
out_expression_t | work_ (const tuple_t &v, detail::index_sequence< I... >) |
Copy all the tapes. More... | |
out_expression_t | operator() (const tuple_t &v) |
Entry point. More... | |
Public Attributes | |
self_t & | self_ |
|
inline |
Entry point.
Definition at line 151 of file copy.hh.
References vcsn::rat::copy_impl< InExpSet, OutExpSet >::visit_tuple< typename >::work_().
|
inline |
Copy one tape.
Definition at line 136 of file copy.hh.
References vcsn::rat::copy(), vcsn::rat::copy_impl< InExpSet, OutExpSet >::in_rs_, vcsn::rat::copy_impl< InExpSet, OutExpSet >::out_rs_, and vcsn::rat::copy_impl< InExpSet, OutExpSet >::visit_tuple< typename >::self_.
Referenced by vcsn::rat::copy_impl< InExpSet, OutExpSet >::visit_tuple< typename >::operator()().
|
inline |
Copy all the tapes.
Definition at line 145 of file copy.hh.
References vcsn::rat::copy_impl< InExpSet, OutExpSet >::out_rs_, and vcsn::rat::copy_impl< InExpSet, OutExpSet >::visit_tuple< typename >::self_.
self_t& vcsn::rat::copy_impl< InExpSet, OutExpSet >::visit_tuple< typename >::self_ |
Definition at line 155 of file copy.hh.
Referenced by vcsn::rat::copy_impl< InExpSet, OutExpSet >::visit_tuple< typename >::work_().