Changeset 753:f5382a084c07 in lemon-0.x for src/hugo
- Timestamp:
- 08/04/04 20:55:24 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1013
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/smart_graph.h
r722 r753 29 29 /// 30 30 ///\todo Some member functions could be \c static. 31 /// 32 ///\todo A possibly useful functionality: a function saveState() would 33 ///give back a data sturcture X and then the function restoreState(X) 34 ///would remove the nodes and edges added after the call of saveState(). 35 ///Of course it should be used as a stack. (Maybe X is not necessary.) 36 /// 31 37 ///\author Alpar Juttner 32 38 class SmartGraph {
Note: See TracChangeset
for help on using the changeset viewer.