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