Changeset 236:da953e387d31 in lemon for lemon/unionfind.h
- Timestamp:
- 07/28/08 13:39:58 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/unionfind.h
r220 r236 498 498 } 499 499 500 /// \brief L emonstyle iterator for the representant items.500 /// \brief LEMON style iterator for the representant items. 501 501 /// 502 502 /// ClassIt is a lemon style iterator for the components. It iterates … … 550 550 }; 551 551 552 /// \brief L emonstyle iterator for the items of a component.552 /// \brief LEMON style iterator for the items of a component. 553 553 /// 554 554 /// ClassIt is a lemon style iterator for the components. It iterates … … 808 808 } 809 809 810 /// \brief L emonstyle iterator for the classes.810 /// \brief LEMON style iterator for the classes. 811 811 /// 812 812 /// ClassIt is a lemon style iterator for the components. It iterates … … 860 860 }; 861 861 862 /// \brief L emonstyle iterator for the items of a component.862 /// \brief LEMON style iterator for the items of a component. 863 863 /// 864 864 /// ClassIt is a lemon style iterator for the components. It iterates … … 1656 1656 } 1657 1657 1658 /// \brief L emonstyle iterator for the items of a class.1658 /// \brief LEMON style iterator for the items of a class. 1659 1659 /// 1660 1660 /// ClassIt is a lemon style iterator for the components. It iterates
Note: See TracChangeset
for help on using the changeset viewer.