Lines Matching refs:graph_node
41 class graph_node; variable
46 friend class graph_node; variable
238 friend class graph_node; variable
307 typedef graph_iterator<graph, graph_node> iterator;
308 typedef graph_iterator<const graph, const graph_node> const_iterator;
342 graph_node *my_nodes, *my_nodes_last;
345 void register_node(graph_node *n);
346 void remove_node(graph_node *n);
388 class graph_node : no_copy {
403 graph_node* next = nullptr;
404 graph_node* prev = nullptr;
406 explicit graph_node(graph& g);
408 virtual ~graph_node();