Changeset 967:8af504c71ac4 in lemon
- Timestamp:
- 04/06/10 06:43:04 (14 years ago)
- Branch:
- 1.1
- Parents:
- 946:1248d23d6e93 (diff), 965:ece1f8a3052d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/edge_set_extender.h
r732 r967 281 281 typedef EdgeSetExtender Graph; 282 282 283 typedef True UndirectedTag; 284 283 285 typedef typename Parent::Node Node; 284 286 typedef typename Parent::Arc Arc; -
lemon/bits/edge_set_extender.h
r965 r967 540 540 541 541 public: 542 ArcMap(const Graph& _g)542 explicit ArcMap(const Graph& _g) 543 543 : Parent(_g) {} 544 544 ArcMap(const Graph& _g, const _Value& _v) … … 564 564 565 565 public: 566 EdgeMap(const Graph& _g)566 explicit EdgeMap(const Graph& _g) 567 567 : Parent(_g) {} 568 568
Note: See TracChangeset
for help on using the changeset viewer.