Changeset 987:87f7c54892df in lemon-0.x for src/work/peter
- Timestamp:
- 11/13/04 18:07:10 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1377
- Location:
- src/work/peter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/peter/edgepathgraph.h
r986 r987 307 307 { 308 308 public: 309 typedef T Value Type;310 typedef Node Key Type;309 typedef T Value; 310 typedef Node Key; 311 311 312 312 NodeMap(const EdgePathGraph &) {} … … 345 345 { 346 346 public: 347 typedef T Value Type;348 typedef Edge Key Type;347 typedef T Value; 348 typedef Edge Key; 349 349 350 350 EdgeMap(const EdgePathGraph &) {} -
src/work/peter/hierarchygraph.h
r986 r987 434 434 { 435 435 public: 436 typedef T Value Type;437 typedef Node Key Type;436 typedef T Value; 437 typedef Node Key; 438 438 439 439 NodeMap (const HierarchyGraph &) … … 490 490 { 491 491 public: 492 typedef T Value Type;493 typedef Edge Key Type;492 typedef T Value; 493 typedef Edge Key; 494 494 495 495 EdgeMap (const HierarchyGraph &)
Note: See TracChangeset
for help on using the changeset viewer.