Searched refs:cycle_printer (Results 1 – 2 of 2) sorted by relevance
22 template < typename OutputStream > struct cycle_printer struct24 cycle_printer(OutputStream& stream) : os(stream) {} in cycle_printer() function58 cycle_printer< ostream > vis(cout); in main() argument
19 template < typename OutputStream > struct cycle_printer struct21 cycle_printer(OutputStream& stream) : os(stream) {} in cycle_printer() argument90 cycle_printer< std::ostream > visitor(std::cout); in main()