lemon/list_graph.h
changeset 1635 1d2e5352e99b
parent 1546 3fcb8ae9cea1
child 1669 66ae78d29f1e
equal deleted inserted replaced
3:8a609906ddf5 4:bc3acfb46527
   537       }
   537       }
   538     };
   538     };
   539     
   539     
   540   };
   540   };
   541 
   541 
       
   542   ///@}
   542 
   543 
   543   /**************** Undirected List Graph ****************/
   544   /**************** Undirected List Graph ****************/
   544 
   545 
   545   typedef ErasableUndirGraphExtender<
   546   typedef ErasableUndirGraphExtender<
   546     ClearableUndirGraphExtender<
   547     ClearableUndirGraphExtender<
   547     ExtendableUndirGraphExtender<
   548     ExtendableUndirGraphExtender<
   548     MappableUndirGraphExtender<
   549     MappableUndirGraphExtender<
   549     IterableUndirGraphExtender<
   550     IterableUndirGraphExtender<
   550     AlterableUndirGraphExtender<
   551     AlterableUndirGraphExtender<
   551     UndirGraphExtender<ListGraphBase> > > > > > > ErasableUndirListGraphBase;
   552     UndirGraphExtender<ListGraphBase> > > > > > > ErasableUndirListGraphBase;
       
   553 
       
   554 /// \addtogroup graphs
       
   555 /// @{
   552 
   556 
   553   ///An undirected list graph class.
   557   ///An undirected list graph class.
   554 
   558 
   555   ///This is a simple and fast erasable undirected graph implementation.
   559   ///This is a simple and fast erasable undirected graph implementation.
   556   ///
   560   ///