Searched defs:GraphPrinter (Results 1 – 1 of 1) sorted by relevance
312 struct GraphPrinter : public EdgePrinter< Graph, E > struct314 GraphPrinter(const Graph& g) : EdgePrinter< Graph, E >(g) {} in GraphPrinter() function316 const GraphPrinter& operator()(std::ostream& out) const in operator ()()332 struct GraphPrinter< Graph, no_property, E > : public EdgePrinter< Graph, E > struct334 GraphPrinter(const Graph& g) : EdgePrinter< Graph, E >(g) {} in GraphPrinter() argument336 const GraphPrinter& operator()(std::ostream& out) const in operator ()()