src/lemon/smart_graph.h
changeset 1274 5676e48ca026
parent 1164 80bb73097736
child 1284 b941d044f87b
equal deleted inserted replaced
20:d860395520cb 21:c0410ee5752b
   300     protected:
   300     protected:
   301       friend class SmartGraph;
   301       friend class SmartGraph;
   302       unsigned int node_num;
   302       unsigned int node_num;
   303       unsigned int edge_num;
   303       unsigned int edge_num;
   304     public:
   304     public:
   305       ///Default constructur.
   305       ///Default constructor.
   306       
   306       
   307       ///Default constructur.
   307       ///Default constructor.
   308       ///To actually make a snapshot you must call save().
   308       ///To actually make a snapshot you must call save().
   309       ///
   309       ///
   310       SnapShot() : g(0) {}
   310       SnapShot() : g(0) {}
   311       ///Constructor that immediately makes a snapshot
   311       ///Constructor that immediately makes a snapshot
   312       
   312