equal
deleted
inserted
replaced
116 /// |
116 /// |
117 /// \todo A pages describing the concept of concept description would |
117 /// \todo A pages describing the concept of concept description would |
118 /// be nice. |
118 /// be nice. |
119 class StaticGraph |
119 class StaticGraph |
120 { |
120 { |
121 public: |
121 // ///Copy consructor. |
122 ///\e |
|
123 |
|
124 /// Defalult constructor. |
|
125 |
|
126 /// Defalult constructor. |
|
127 /// |
|
128 StaticGraph() { } |
|
129 ///Copy consructor. |
|
130 |
122 |
131 // ///\todo It is not clear, what we expect from a copy constructor. |
123 // ///\todo It is not clear, what we expect from a copy constructor. |
132 // ///E.g. How to assign the nodes/edges to each other? What about maps? |
124 // ///E.g. How to assign the nodes/edges to each other? What about maps? |
133 // StaticGraph(const StaticGraph& g) { } |
125 // StaticGraph(const StaticGraph& g) { } |
|
126 public: |
|
127 ///\e |
|
128 |
|
129 /// Defalult constructor. |
|
130 |
|
131 /// Defalult constructor. |
|
132 /// |
|
133 StaticGraph() { } |
134 |
134 |
135 /// The base type of node iterators, |
135 /// The base type of node iterators, |
136 /// or in other words, the trivial node iterator. |
136 /// or in other words, the trivial node iterator. |
137 |
137 |
138 /// This is the base type of each node iterator, |
138 /// This is the base type of each node iterator, |