Vcsn  2.3a
Be Rational
vcsn::rat::dot_printer< ExpSet >::visit_tuple< Dummy > Struct Template Reference
Collaboration diagram for vcsn::rat::dot_printer< ExpSet >::visit_tuple< Dummy >:

Public Member Functions

template<size_t I>
void print_ (const tuple_t &v)
 Print one tape. More...
 
template<size_t... I>
void print_ (const tuple_t &v, detail::index_sequence< I... >)
 Print all the tapes. More...
 
void operator() (const tuple_t &v)
 Entry point. More...
 

Public Attributes

self_tself_
 
name_t name_
 The name of the tuple node. More...
 

Detailed Description

template<typename ExpSet>
template<typename Dummy = void>
struct vcsn::rat::dot_printer< ExpSet >::visit_tuple< Dummy >

Definition at line 194 of file dot.hh.

Member Function Documentation

template<typename ExpSet>
template<typename Dummy = void>
void vcsn::rat::dot_printer< ExpSet >::visit_tuple< Dummy >::operator() ( const tuple_t v)
inline
template<typename ExpSet>
template<typename Dummy = void>
template<size_t I>
void vcsn::rat::dot_printer< ExpSet >::visit_tuple< Dummy >::print_ ( const tuple_t v)
inline

Print one tape.

Definition at line 198 of file dot.hh.

References vcsn::iendl(), vcsn::rat::dot_printer< ExpSet >::visit_tuple< Dummy >::name_, vcsn::rat::dot_printer< ExpSet >::out_, vcsn::rat::dot_printer< ExpSet >::print_(), vcsn::detail::rs, vcsn::rat::dot_printer< ExpSet >::rs_, and vcsn::rat::dot_printer< ExpSet >::visit_tuple< Dummy >::self_.

Referenced by vcsn::rat::dot_printer< ExpSet >::visit_tuple< Dummy >::operator()().

Here is the call graph for this function:

template<typename ExpSet>
template<typename Dummy = void>
template<size_t... I>
void vcsn::rat::dot_printer< ExpSet >::visit_tuple< Dummy >::print_ ( const tuple_t v,
detail::index_sequence< I... >   
)
inline

Print all the tapes.

Definition at line 210 of file dot.hh.

References vcsn::v, and vcsn::detail::void.

Member Data Documentation

template<typename ExpSet>
template<typename Dummy = void>
name_t vcsn::rat::dot_printer< ExpSet >::visit_tuple< Dummy >::name_
template<typename ExpSet>
template<typename Dummy = void>
self_t& vcsn::rat::dot_printer< ExpSet >::visit_tuple< Dummy >::self_

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