Changeset 2260:4274224f8a7d in lemon-0.x for lemon/edge_set.h
- Timestamp:
- 10/24/06 19:19:16 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3016
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/edge_set.h
r2224 r2260 239 239 /// 240 240 /// \param _Graph The type of the graph which shares its node set with 241 /// this class. Its interface must conform to the \ref concept ::Graph241 /// this class. Its interface must conform to the \ref concepts::Graph 242 242 /// "Graph" concept. 243 243 /// 244 244 /// In the edge extension and removing it conforms to the 245 /// \ref concept ::Graph "Graph" concept.245 /// \ref concepts::Graph "Graph" concept. 246 246 template <typename _Graph> 247 247 class ListEdgeSet : public EdgeSetExtender<ListEdgeSetBase<_Graph> > { … … 331 331 /// 332 332 /// \param _Graph The type of the graph which shares its node set with 333 /// this class. Its interface must conform to the \ref concept ::Graph333 /// this class. Its interface must conform to the \ref concepts::Graph 334 334 /// "Graph" concept. 335 335 /// 336 336 /// In the edge extension and removing it conforms to the 337 /// \ref concept ::UGraph "UGraph" concept.337 /// \ref concepts::UGraph "UGraph" concept. 338 338 template <typename _Graph> 339 339 class ListUEdgeSet … … 568 568 /// 569 569 /// \param _Graph The type of the graph which shares its node set with 570 /// this class. Its interface must conform to the \ref concept ::Graph570 /// this class. Its interface must conform to the \ref concepts::Graph 571 571 /// "Graph" concept. 572 572 /// 573 573 /// In the edge extension and removing it conforms to the 574 /// \ref concept ::Graph "Graph" concept.574 /// \ref concepts::Graph "Graph" concept. 575 575 template <typename _Graph> 576 576 class SmartEdgeSet : public EdgeSetExtender<SmartEdgeSetBase<_Graph> > { … … 672 672 /// 673 673 /// \param _Graph The type of the graph which shares its node set with 674 /// this class. Its interface must conform to the \ref concept ::Graph674 /// this class. Its interface must conform to the \ref concepts::Graph 675 675 /// "Graph" concept. 676 676 /// 677 677 /// In the edge extension and removing it conforms to the 678 /// \ref concept ::UGraph "UGraph" concept.678 /// \ref concepts::UGraph "UGraph" concept. 679 679 template <typename _Graph> 680 680 class SmartUEdgeSet
Note: See TracChangeset
for help on using the changeset viewer.