lemon/concept/undir_graph.h
changeset 1784 d9eb186547d7
parent 1643 9285f3777553
child 1875 98698b69a902
equal deleted inserted replaced
7:2e7f9603cdbf 8:7da082a1069a
   246 
   246 
   247       ///\todo undocumented
   247       ///\todo undocumented
   248       ///
   248       ///
   249       typedef True UndirTag;
   249       typedef True UndirTag;
   250 
   250 
   251       /// The base type of node iterators, 
   251       /// \brief The base type of node iterators, 
   252       /// or in other words, the trivial node iterator.
   252       /// or in other words, the trivial node iterator.
   253 
   253       ///
   254       /// This is the base type of each node iterator,
   254       /// This is the base type of each node iterator,
   255       /// thus each kind of node iterator converts to this.
   255       /// thus each kind of node iterator converts to this.
   256       /// More precisely each kind of node iterator should be inherited 
   256       /// More precisely each kind of node iterator should be inherited 
   257       /// from the trivial node iterator.
   257       /// from the trivial node iterator.
   258       class Node {
   258       class Node {