Changeset 1271:40e5d0d44a65 in lemon-0.x
- Timestamp:
- 03/29/05 15:30:29 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1701
- Location:
- src/lemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/array_map.h
r1267 r1271 230 230 } 231 231 232 const Graph* getGraph() { 233 return graph; 234 } 235 232 236 // /// The stl compatible pair iterator of the map. 233 237 // typedef MapIterator<ArrayMap> Iterator; -
src/lemon/map_iterator.h
r1267 r1271 623 623 /// The map initialized const value set. 624 624 MapValueSet(const Graph& _graph, Map& _map) 625 : graph(&_graph), map(&_map) {}625 : map(&_map), graph(&_graph) {} 626 626 627 627 /// The const iterator of the set.
Note: See TracChangeset
for help on using the changeset viewer.