Vcsn  2.8
Be Rational
vcsn::rat::printer< ExpSet >::visit_tuple< Dummy > Struct Template Reference
Collaboration diagram for vcsn::rat::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

const self_tself_
 

Detailed Description

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

Definition at line 143 of file printer.hh.

Member Function Documentation

◆ operator()()

template<typename ExpSet>
template<typename Dummy = void>
void vcsn::rat::printer< ExpSet >::visit_tuple< Dummy >::operator() ( const tuple_t v)
inline

Entry point.

Definition at line 170 of file printer.hh.

References vcsn::detail::print_().

Here is the call graph for this function:

◆ print_() [1/2]

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

Print one tape.

Definition at line 147 of file printer.hh.

References vcsn::rat::make_printer(), vcsn::print(), and vcsn::rat::tuple.

Here is the call graph for this function:

◆ print_() [2/2]

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

Print all the tapes.

Definition at line 159 of file printer.hh.

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

Member Data Documentation

◆ self_

template<typename ExpSet>
template<typename Dummy = void>
const self_t& vcsn::rat::printer< ExpSet >::visit_tuple< Dummy >::self_

Definition at line 176 of file printer.hh.


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