equal
deleted
inserted
replaced
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 |