src/lemon/smart_graph.h
changeset 1080 568ce2be7fe0
parent 1040 372f08e8f403
child 1082 e9eae612f01c
equal deleted inserted replaced
15:9d3790d0d83e 16:0a58a4de88d7
   288     ///restore() function.
   288     ///restore() function.
   289     ///\note After you restore a state, you cannot restore
   289     ///\note After you restore a state, you cannot restore
   290     ///a later state, in other word you cannot add again the edges deleted
   290     ///a later state, in other word you cannot add again the edges deleted
   291     ///by restore() using another SnapShot instance.
   291     ///by restore() using another SnapShot instance.
   292     ///
   292     ///
   293     ///\ingroup graphs
       
   294     class SnapShot 
   293     class SnapShot 
   295     {
   294     {
   296       SmartGraph *g;
   295       SmartGraph *g;
   297     protected:
   296     protected:
   298       friend class SmartGraph;
   297       friend class SmartGraph;