lemon/list_graph.h
changeset 2134 914602e294be
parent 2128 509846825ddf
child 2151 38ec4a930c05
equal deleted inserted replaced
34:fb91c9da210d 35:076a75256c05
   329     ///ListGraph is \e not copy constructible. Use GraphCopy() instead.
   329     ///ListGraph is \e not copy constructible. Use GraphCopy() instead.
   330     
   330     
   331     ///ListGraph is \e not copy constructible. Use GraphCopy() instead.
   331     ///ListGraph is \e not copy constructible. Use GraphCopy() instead.
   332     ///
   332     ///
   333     ListGraph(const ListGraph &) :ExtendedListGraphBase() {};
   333     ListGraph(const ListGraph &) :ExtendedListGraphBase() {};
   334     ///\brief Assignment of ListGraph to another is \e not allowed.
   334     ///\brief Assignment of ListGraph to another one is \e not allowed.
   335     ///Use GraphCopy() instead.
   335     ///Use GraphCopy() instead.
   336 
   336 
   337     ///Assignment of ListGraph to another is \e not allowed.
   337     ///Assignment of ListGraph to another one is \e not allowed.
   338     ///Use GraphCopy() instead.
   338     ///Use GraphCopy() instead.
   339     void operator=(const ListGraph &) {}
   339     void operator=(const ListGraph &) {}
   340   public:
   340   public:
   341 
   341 
   342     typedef ExtendedListGraphBase Parent;
   342     typedef ExtendedListGraphBase Parent;
   758     ///ListUGraph is \e not copy constructible. Use UGraphCopy() instead.
   758     ///ListUGraph is \e not copy constructible. Use UGraphCopy() instead.
   759 
   759 
   760     ///ListUGraph is \e not copy constructible. Use UGraphCopy() instead.
   760     ///ListUGraph is \e not copy constructible. Use UGraphCopy() instead.
   761     ///
   761     ///
   762     ListUGraph(const ListUGraph &) :ExtendedListUGraphBase()  {};
   762     ListUGraph(const ListUGraph &) :ExtendedListUGraphBase()  {};
   763     ///\brief Assignment of ListUGraph to another is \e not allowed.
   763     ///\brief Assignment of ListUGraph to another one is \e not allowed.
   764     ///Use UGraphCopy() instead.
   764     ///Use UGraphCopy() instead.
   765 
   765 
   766     ///Assignment of ListUGraph to another is \e not allowed.
   766     ///Assignment of ListUGraph to another one is \e not allowed.
   767     ///Use UGraphCopy() instead.
   767     ///Use UGraphCopy() instead.
   768     void operator=(const ListUGraph &) {}
   768     void operator=(const ListUGraph &) {}
   769   public:
   769   public:
   770     /// Constructor
   770     /// Constructor
   771     
   771