Vcsn  2.2a
Be Rational
vcsn::rat::derivation_visitor< ExpSet >::visit_tuple< bool, Dummy > Struct Template Reference
Collaboration diagram for vcsn::rat::derivation_visitor< ExpSet >::visit_tuple< bool, Dummy >:

Public Member Functions

template<size_t... I>
polynomial_t work_ (const tuple_t &v, detail::index_sequence< I... >)
 Tuple of derivations of all the tapes. More...
 
polynomial_t operator() (const tuple_t &v)
 Entry point. More...
 

Public Attributes

const self_tvisitor_
 

Detailed Description

template<typename ExpSet>
template<bool = context_t::is_lat, typename Dummy = void>
struct vcsn::rat::derivation_visitor< ExpSet >::visit_tuple< bool, Dummy >

Definition at line 213 of file derivation.hh.

Member Function Documentation

template<typename ExpSet >
template<bool = context_t::is_lat, typename Dummy = void>
polynomial_t vcsn::rat::derivation_visitor< ExpSet >::visit_tuple< bool, Dummy >::operator() ( const tuple_t v)
inline

Entry point.

Definition at line 228 of file derivation.hh.

References vcsn::rat::derivation_visitor< ExpSet >::visit_tuple< bool, Dummy >::work_().

Here is the call graph for this function:

template<typename ExpSet >
template<bool = context_t::is_lat, typename Dummy = void>
template<size_t... I>
polynomial_t vcsn::rat::derivation_visitor< ExpSet >::visit_tuple< bool, Dummy >::work_ ( const tuple_t v,
detail::index_sequence< I... >   
)
inline

Tuple of derivations of all the tapes.

Definition at line 217 of file derivation.hh.

References vcsn::derivation(), vcsn::rat::derivation_visitor< ExpSet >::ps_, vcsn::rat::derivation_visitor< ExpSet >::rs_, vcsn::rat::derivation_visitor< ExpSet >::variable_, and vcsn::rat::derivation_visitor< ExpSet >::visit_tuple< bool, Dummy >::visitor_.

Referenced by vcsn::rat::derivation_visitor< ExpSet >::visit_tuple< bool, Dummy >::operator()().

Here is the call graph for this function:

Member Data Documentation

template<typename ExpSet >
template<bool = context_t::is_lat, typename Dummy = void>
const self_t& vcsn::rat::derivation_visitor< ExpSet >::visit_tuple< bool, Dummy >::visitor_

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