Changeset 962:4efe7b32b134 in lemon-main
- Timestamp:
- 12/20/11 17:43:11 (13 years ago)
- Branch:
- default
- Parents:
- 961:71fd280363d5 (diff), 685:a27356ceb5bd (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
r685 r962 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
r882 r962 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.