Vcsn  2.3a
Be Rational
vcsn::detail::star_height_visitor< ExpSet >::visit_tuple< bool, Dummy > Struct Template Reference
Collaboration diagram for vcsn::detail::star_height_visitor< ExpSet >::visit_tuple< bool, Dummy >:

Public Member Functions

template<size_t I>
auto tape_ (const tuple_t &v)
 The case of tape I. More...
 
template<size_t... I>
auto tapes_ (const tuple_t &v, detail::index_sequence< I... >)
 Info all the tapes. More...
 
auto operator() (const tuple_t &v)
 Entry point. More...
 

Public Attributes

self_tvisitor_
 

Detailed Description

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

Definition at line 96 of file star-height.hh.

Member Function Documentation

template<typename ExpSet >
template<bool = context_t::is_lat, typename Dummy = void>
auto vcsn::detail::star_height_visitor< ExpSet >::visit_tuple< bool, Dummy >::operator() ( const tuple_t v)
inline

Entry point.

Definition at line 113 of file star-height.hh.

References vcsn::detail::star_height_visitor< ExpSet >::visit_tuple< bool, Dummy >::tapes_().

Here is the call graph for this function:

template<typename ExpSet >
template<bool = context_t::is_lat, typename Dummy = void>
template<size_t I>
auto vcsn::detail::star_height_visitor< ExpSet >::visit_tuple< bool, Dummy >::tape_ ( const tuple_t v)
inline

The case of tape I.

Definition at line 100 of file star-height.hh.

References vcsn::detail::star_height_visitor< ExpSet >::rs_, vcsn::star_height(), and vcsn::detail::star_height_visitor< ExpSet >::visit_tuple< bool, Dummy >::visitor_.

Here is the call graph for this function:

template<typename ExpSet >
template<bool = context_t::is_lat, typename Dummy = void>
template<size_t... I>
auto vcsn::detail::star_height_visitor< ExpSet >::visit_tuple< bool, Dummy >::tapes_ ( const tuple_t v,
detail::index_sequence< I... >   
)
inline

Info all the tapes.

Definition at line 107 of file star-height.hh.

References vcsn::detail::v.

Referenced by vcsn::detail::star_height_visitor< ExpSet >::visit_tuple< bool, Dummy >::operator()().

Member Data Documentation

template<typename ExpSet >
template<bool = context_t::is_lat, typename Dummy = void>
self_t& vcsn::detail::star_height_visitor< ExpSet >::visit_tuple< bool, Dummy >::visitor_

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