Home
last modified time | relevance | path

Searched defs:cycle_printer (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/graph/example/
Dtiernan_print_cycles.cpp22 template < typename OutputStream > struct cycle_printer struct
24 cycle_printer(OutputStream& stream) : os(stream) {} in cycle_printer() function
27 void cycle(const Path& p, const Graph& g) in cycle()
58 cycle_printer< ostream > vis(cout); in main() argument
Dhawick_circuits.cpp19 template < typename OutputStream > struct cycle_printer struct
21 cycle_printer(OutputStream& stream) : os(stream) {} in cycle_printer() function
24 void cycle(Path const& p, Graph const& g) in cycle()
44 OutputStream& os;