src/lemon/concept/graph_component.h
changeset 1158 29961fa390a3
parent 1136 8d066154b66a
child 1164 80bb73097736
equal deleted inserted replaced
14:ce6631bc4c4c 15:f5bf1be9716c
   623 	  it2 = ++it1;
   623 	  it2 = ++it1;
   624 	  ++it2 = it1;
   624 	  ++it2 = it1;
   625 	  ++(++it1);
   625 	  ++(++it1);
   626 	  Edge e = it1;
   626 	  Edge e = it1;
   627 	  e = it2;
   627 	  e = it2;
   628 	}
   628 
   629 
   629 	  const_constraits();
   630 	Edge& edge;
   630 	}
   631 	Node& node;
   631 
   632 	Graph& graph;
   632 	void const_constraits() {
       
   633 	  Node n = graph.baseNode(it);
       
   634 	  n = graph.runningNode(it);
       
   635 	}
       
   636 
       
   637 	Edge edge;
       
   638 	Node node;
       
   639 	Graph graph;
       
   640 	_GraphIncIterator it;
   633       };
   641       };
   634     };
   642     };
   635 
   643 
   636 
   644 
   637     /// An empty iterable base graph class.
   645     /// An empty iterable base graph class.