Home
last modified time | relevance | path

Searched refs: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
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() argument
90 cycle_printer< std::ostream > visitor(std::cout); in main()