Vcsn  2.2
Be Rational
vcsn::rat::copier< InExpSet, OutExpSet >::visit_tuple< bool, Dummy > Struct Template Reference
Collaboration diagram for vcsn::rat::copier< InExpSet, OutExpSet >::visit_tuple< bool, Dummy >:

Public Member Functions

template<size_t I>
auto work_ (const tuple_t &v)
 Copy one tape. More...
 
template<size_t... I>
out_value_t work_ (const tuple_t &v, detail::index_sequence< I... >)
 Copy all the tapes. More...
 
out_value_t operator() (const tuple_t &v)
 Entry point. More...
 

Public Attributes

self_tvisitor_
 

Detailed Description

template<typename InExpSet, typename OutExpSet = InExpSet>
template<bool = in_context_t::is_lat, typename Dummy = void>
struct vcsn::rat::copier< InExpSet, OutExpSet >::visit_tuple< bool, Dummy >

Definition at line 132 of file copy.hh.

Member Function Documentation

template<typename InExpSet , typename OutExpSet = InExpSet>
template<bool = in_context_t::is_lat, typename Dummy = void>
out_value_t vcsn::rat::copier< InExpSet, OutExpSet >::visit_tuple< bool, Dummy >::operator() ( const tuple_t v)
inline

Entry point.

Definition at line 151 of file copy.hh.

References vcsn::rat::copier< InExpSet, OutExpSet >::visit_tuple< bool, Dummy >::work_().

Here is the call graph for this function:

template<typename InExpSet , typename OutExpSet = InExpSet>
template<bool = in_context_t::is_lat, typename Dummy = void>
template<size_t I>
auto vcsn::rat::copier< InExpSet, OutExpSet >::visit_tuple< bool, Dummy >::work_ ( const tuple_t v)
inline

Copy one tape.

Definition at line 136 of file copy.hh.

References vcsn::rat::copy(), vcsn::rat::copier< InExpSet, OutExpSet >::in_rs_, vcsn::rat::copier< InExpSet, OutExpSet >::out_rs_, and vcsn::rat::copier< InExpSet, OutExpSet >::visit_tuple< bool, Dummy >::visitor_.

Referenced by vcsn::rat::copier< InExpSet, OutExpSet >::visit_tuple< bool, Dummy >::operator()().

Here is the call graph for this function:

template<typename InExpSet , typename OutExpSet = InExpSet>
template<bool = in_context_t::is_lat, typename Dummy = void>
template<size_t... I>
out_value_t vcsn::rat::copier< InExpSet, OutExpSet >::visit_tuple< bool, Dummy >::work_ ( const tuple_t v,
detail::index_sequence< I... >   
)
inline

Member Data Documentation

template<typename InExpSet , typename OutExpSet = InExpSet>
template<bool = in_context_t::is_lat, typename Dummy = void>
self_t& vcsn::rat::copier< InExpSet, OutExpSet >::visit_tuple< bool, Dummy >::visitor_

The documentation for this struct was generated from the following file: