Changeset 148:004fdf703abb in lemon-0.x for src/work/list_graph.hh
- Timestamp:
- 03/03/04 15:30:38 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@208
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/list_graph.hh
r139 r148 303 303 } 304 304 305 bool valid(NodeIt n) const { return n.valid(); } 305 306 bool valid(EdgeIt e) const { return e.valid(); } 306 bool valid(NodeIt n) const { return n.valid(); }307 307 308 308 template <typename It> It getNext(It it) const {
Note: See TracChangeset
for help on using the changeset viewer.