Changeset 1228:0a7719037acb in lemon-0.x
- Timestamp:
- 03/19/05 10:44:27 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1648
- Location:
- src/lemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/concept/path.h
r1164 r1228 184 184 ///\param _P the path you want to fill in. 185 185 /// 186 Builder(Path &_P) : P(_P) {} 186 187 Builder(Path &_p) : P(_p) {} 187 188 188 189 /// Sets the starting node of the path. -
src/lemon/path.h
r1164 r1228 273 273 274 274 public: 275 ///\param _ Pthe path you want to fill in.275 ///\param _p the path you want to fill in. 276 276 /// 277 Builder(DirPath &_ P) : P(_P) {}277 Builder(DirPath &_p) : P(_p) {} 278 278 279 279 /// Sets the starting node of the path. … … 610 610 611 611 public: 612 ///\param _ Pthe path you want to fill in.612 ///\param _p the path you want to fill in. 613 613 /// 614 Builder(UndirPath &_ P) : P(_P) {}614 Builder(UndirPath &_p) : P(_p) {} 615 615 616 616 /// Sets the starting node of the path.
Note: See TracChangeset
for help on using the changeset viewer.