Changeset 975:12b9993b217c in lemon-0.x
- Timestamp:
- 11/10/04 13:51:30 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1363
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/list_graph.h
r959 r975 66 66 67 67 class Node { 68 friend class Graph;68 friend class ListGraphBase; 69 69 protected: 70 70 … … 81 81 82 82 class Edge { 83 friend class Graph;83 friend class ListGraphBase; 84 84 protected: 85 85
Note: See TracChangeset
for help on using the changeset viewer.