Vcsn
2.4
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 | |
self_t & | self_ |
name_t | name_ = {} |
The name of the tuple node. More... | |
|
inline |
Entry point.
Definition at line 221 of file dot.hh.
References vcsn::iendl(), vcsn::rat::dot_printer< ExpSet >::last_name_, vcsn::rat::dot_printer< ExpSet >::visit_tuple< typename >::name_, vcsn::rat::dot_printer< ExpSet >::name_(), vcsn::rat::dot_printer< ExpSet >::out_, vcsn::rat::dot_printer< ExpSet >::visit_tuple< typename >::print_(), vcsn::rat::dot_printer< ExpSet >::visit_tuple< typename >::self_, and vcsn::rat::dot_printer< ExpSet >::tuple_.
|
inline |
Print one tape.
Definition at line 198 of file dot.hh.
References vcsn::iendl(), vcsn::rat::dot_printer< ExpSet >::visit_tuple< typename >::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< typename >::self_.
Referenced by vcsn::rat::dot_printer< ExpSet >::visit_tuple< typename >::operator()().
|
inline |
Print all the tapes.
Definition at line 210 of file dot.hh.
References vcsn::v, and vcsn::detail::void.
name_t vcsn::rat::dot_printer< ExpSet >::visit_tuple< typename >::name_ = {} |
The name of the tuple node.
Definition at line 236 of file dot.hh.
Referenced by vcsn::rat::dot_printer< ExpSet >::visit_tuple< typename >::operator()(), and vcsn::rat::dot_printer< ExpSet >::visit_tuple< typename >::print_().
self_t& vcsn::rat::dot_printer< ExpSet >::visit_tuple< typename >::self_ |
Definition at line 234 of file dot.hh.
Referenced by vcsn::rat::dot_printer< ExpSet >::visit_tuple< typename >::operator()(), and vcsn::rat::dot_printer< ExpSet >::visit_tuple< typename >::print_().