equal
deleted
inserted
replaced
318 ///It conforms to the \ref concepts::Digraph "Digraph concept" and it |
318 ///It conforms to the \ref concepts::Digraph "Digraph concept" and it |
319 ///also provides several useful additional functionalities. |
319 ///also provides several useful additional functionalities. |
320 ///Most of the member functions and nested classes are documented |
320 ///Most of the member functions and nested classes are documented |
321 ///only in the concept class. |
321 ///only in the concept class. |
322 /// |
322 /// |
323 ///An important extra feature of this digraph implementation is that |
|
324 ///its maps are real \ref concepts::ReferenceMap "reference map"s. |
|
325 /// |
|
326 ///\sa concepts::Digraph |
323 ///\sa concepts::Digraph |
327 |
324 |
328 class ListDigraph : public ExtendedListDigraphBase { |
325 class ListDigraph : public ExtendedListDigraphBase { |
329 private: |
326 private: |
330 ///ListDigraph is \e not copy constructible. Use copyDigraph() instead. |
327 ///ListDigraph is \e not copy constructible. Use copyDigraph() instead. |
1174 ///It conforms to the \ref concepts::Graph "Graph concept" and it |
1171 ///It conforms to the \ref concepts::Graph "Graph concept" and it |
1175 ///also provides several useful additional functionalities. |
1172 ///also provides several useful additional functionalities. |
1176 ///Most of the member functions and nested classes are documented |
1173 ///Most of the member functions and nested classes are documented |
1177 ///only in the concept class. |
1174 ///only in the concept class. |
1178 /// |
1175 /// |
1179 ///An important extra feature of this graph implementation is that |
|
1180 ///its maps are real \ref concepts::ReferenceMap "reference map"s. |
|
1181 /// |
|
1182 ///\sa concepts::Graph |
1176 ///\sa concepts::Graph |
1183 |
1177 |
1184 class ListGraph : public ExtendedListGraphBase { |
1178 class ListGraph : public ExtendedListGraphBase { |
1185 private: |
1179 private: |
1186 ///ListGraph is \e not copy constructible. Use copyGraph() instead. |
1180 ///ListGraph is \e not copy constructible. Use copyGraph() instead. |