Searched defs: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() function27 void cycle(const Path& p, const Graph& g) in cycle()58 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() function24 void cycle(Path const& p, Graph const& g) in cycle()44 OutputStream& os;