Vcsn
2.2
Be Rational
|
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 printer & | visitor_ |
Definition at line 129 of file printer.hh.
|
inline |
Entry point.
Definition at line 156 of file printer.hh.
References vcsn::rat::printer< ExpSet >::out_, vcsn::rat::printer< ExpSet >::visit_tuple< bool, Dummy >::print_(), vcsn::rat::printer< ExpSet >::tuple_left, vcsn::rat::printer< ExpSet >::tuple_right, and vcsn::rat::printer< ExpSet >::visit_tuple< bool, Dummy >::visitor_.
|
inline |
Print one tape.
Definition at line 133 of file printer.hh.
References vcsn::rat::printer< ExpSet >::fmt_, vcsn::rat::make_printer(), vcsn::rat::printer< ExpSet >::out_, vcsn::print(), vcsn::detail::rs, vcsn::rat::printer< ExpSet >::rs_, vcsn::rat::tuple, vcsn::rat::printer< ExpSet >::tuple_middle, and vcsn::rat::printer< ExpSet >::visit_tuple< bool, Dummy >::visitor_.
Referenced by vcsn::rat::printer< ExpSet >::visit_tuple< bool, Dummy >::operator()().
|
inline |
Print all the tapes.
Definition at line 145 of file printer.hh.
References vcsn::detail::v, and vcsn::rat::printer< ExpSet >::void.
const printer& vcsn::rat::printer< ExpSet >::visit_tuple< bool, Dummy >::visitor_ |
Definition at line 162 of file printer.hh.
Referenced by vcsn::rat::printer< ExpSet >::visit_tuple< bool, Dummy >::operator()(), and vcsn::rat::printer< ExpSet >::visit_tuple< bool, Dummy >::print_().