Changeset 1022:567f392d1d2e in lemon-0.x for src/lemon/iterable_graph_extender.h
- Timestamp:
- 11/28/04 17:30:10 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1412
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/iterable_graph_extender.h
r1021 r1022 177 177 178 178 // FIXME: Do we need this type of constructor here? 179 // UndirIncEdgeIt(const Graph& _graph, const UndirEdge& e) : 180 // UndirEdge(e), graph(&_graph) { } 179 // UndirIncEdgeIt(const Graph& _graph, const Edge& e) : 180 // UndirEdge(e), graph(&_graph), forward(_graph.forward(e)) { } 181 // or 182 // UndirIncEdgeIt(const Graph& _graph, const Node& n, 183 // Const UndirEdge &e) ... ? 181 184 182 185 UndirIncEdgeIt& operator++() {
Note: See TracChangeset
for help on using the changeset viewer.