src/lemon/list_graph.h
changeset 959 c80ef5912903
parent 949 b16a10926781
child 975 12b9993b217c
equal deleted inserted replaced
4:18ab51d4dacb 5:7e66231720af
   315   ///A list graph class.
   315   ///A list graph class.
   316 
   316 
   317   ///This is a simple and fast erasable graph implementation.
   317   ///This is a simple and fast erasable graph implementation.
   318   ///
   318   ///
   319   ///It conforms to the
   319   ///It conforms to the
   320   ///\ref skeleton::ErasableGraph "ErasableGraph" concept.
   320   ///\ref concept::ErasableGraph "ErasableGraph" concept.
   321   ///\sa skeleton::ErasableGraph.
   321   ///\sa concept::ErasableGraph.
   322 
   322 
   323   class ListGraph : public ErasableListGraphBase 
   323   class ListGraph : public ErasableListGraphBase 
   324   {
   324   {
   325   public:
   325   public:
   326     /// Moves the head of \c e to \c n
   326     /// Moves the head of \c e to \c n