Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dadjacency_list_io.hpp312 struct GraphPrinter : public EdgePrinter< Graph, E > struct
314 GraphPrinter(const Graph& g) : EdgePrinter< Graph, E >(g) {} in GraphPrinter() function
316 const GraphPrinter& operator()(std::ostream& out) const in operator ()()
332 struct GraphPrinter< Graph, no_property, E > : public EdgePrinter< Graph, E > struct
334 GraphPrinter(const Graph& g) : EdgePrinter< Graph, E >(g) {} in GraphPrinter() argument
336 const GraphPrinter& operator()(std::ostream& out) const in operator ()()