Changeset 787:819ca5b50de0 in lemon for lemon/list_graph.h
- Timestamp:
- 09/29/09 10:21:51 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/list_graph.h
r785 r787 752 752 /// This function undos the changes until the last snapshot 753 753 /// created by save() or Snapshot(ListDigraph&). 754 /// 755 /// \warning This method invalidates the snapshot, i.e. repeated 756 /// restoring is not supported unless you call save() again. 754 757 void restore() { 755 758 detach(); … … 1551 1554 /// This function undos the changes until the last snapshot 1552 1555 /// created by save() or Snapshot(ListGraph&). 1556 /// 1557 /// \warning This method invalidates the snapshot, i.e. repeated 1558 /// restoring is not supported unless you call save() again. 1553 1559 void restore() { 1554 1560 detach();
Note: See TracChangeset
for help on using the changeset viewer.