Changeset 1080:568ce2be7fe0 in lemon-0.x for src/lemon
- Timestamp:
- 01/14/05 09:02:10 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1476
- Location:
- src/lemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/list_graph.h
r1040 r1080 398 398 ///\warning Edge and node deletions cannot be restored. 399 399 ///\warning SnapShots cannot be nested. 400 ///\ingroup graphs401 400 ///\todo \c SnapShot or \c Snapshot? 402 401 class SnapShot : protected AlterationNotifier<Node>::ObserverBase, -
src/lemon/smart_graph.h
r1040 r1080 291 291 ///by restore() using another SnapShot instance. 292 292 /// 293 ///\ingroup graphs294 293 class SnapShot 295 294 {
Note: See TracChangeset
for help on using the changeset viewer.