Changeset 2090:923f69c38d55 in lemon-0.x
- Timestamp:
- 05/17/06 13:05:34 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2759
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/concept/graph.h
r1993 r2090 119 119 class StaticGraph 120 120 { 121 public: 122 ///\e 123 124 /// Defalult constructor. 125 126 /// Defalult constructor. 127 /// 128 StaticGraph() { } 129 ///Copy consructor. 121 // ///Copy consructor. 130 122 131 123 // ///\todo It is not clear, what we expect from a copy constructor. 132 124 // ///E.g. How to assign the nodes/edges to each other? What about maps? 133 125 // StaticGraph(const StaticGraph& g) { } 126 public: 127 ///\e 128 129 /// Defalult constructor. 130 131 /// Defalult constructor. 132 /// 133 StaticGraph() { } 134 134 135 135 /// The base type of node iterators,
Note: See TracChangeset
for help on using the changeset viewer.