Changeset 236:da953e387d31 in lemon-1.2 for lemon/concepts
- Timestamp:
- 07/28/08 13:39:58 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/concepts/path.h
r220 r236 78 78 void clear() {} 79 79 80 /// \brief L emonstyle iterator for path arcs80 /// \brief LEMON style iterator for path arcs 81 81 /// 82 82 /// This class is used to iterate on the arcs of the paths. … … 201 201 /// If we would like to give back a real path from these 202 202 /// algorithms then we should create a temporarly path object. In 203 /// L emonsuch algorithms gives back a path dumper what can203 /// LEMON such algorithms gives back a path dumper what can 204 204 /// assigned to a real path and the dumpers can be implemented as 205 205 /// an adaptor class to the predecessor map. … … 233 233 typedef False RevPathTag; 234 234 235 /// \brief L emonstyle iterator for path arcs235 /// \brief LEMON style iterator for path arcs 236 236 /// 237 237 /// This class is used to iterate on the arcs of the paths. … … 260 260 }; 261 261 262 /// \brief L emonstyle iterator for path arcs262 /// \brief LEMON style iterator for path arcs 263 263 /// 264 264 /// This class is used to iterate on the arcs of the paths in
Note: See TracChangeset
for help on using the changeset viewer.