lemon/list_graph.h
changeset 659 0c8e5c688440
parent 606 c5fd2d996909
child 664 4137ef9aacc6
equal deleted inserted replaced
17:bb9c4927a068 18:b60b338bf7a9
   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.