Searched defs:graph_node (Results 1 – 2 of 2) sorted by relevance
41 class graph_node; variable46 friend class graph_node; variable238 friend class graph_node; variable
523 inline graph_node::graph_node(graph& g) : my_graph(g) { in graph_node() function