Changeset 415:679e64913c5e in lemon-0.x for src/include
- Timestamp:
- 04/26/04 16:40:59 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@555
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/include/smart_graph.h
r407 r415 54 54 const SmartGraph* G; 55 55 public: 56 virtual void add(const Key k) = NULL;57 virtual void erase(const Key k) = NULL;56 virtual void add(const Key k) = 0; 57 virtual void erase(const Key k) = 0; 58 58 DynMapBase(const SmartGraph &_G) : G(&_G) {} 59 59 virtual ~DynMapBase() {}
Note: See TracChangeset
for help on using the changeset viewer.