COIN-OR::LEMON - Graph Library

Changeset 2132:783b1d583be3 in lemon-0.x for lemon/list_graph.h


Ignore:
Timestamp:
07/12/06 13:05:00 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2846
Message:

(Hopefully) finish privatizing the copy constr. and operator= in
the graph concept, ListGraph? and SmartGraph?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/list_graph.h

    r2128 r2132  
    332332    ///
    333333    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.
    335335    ///Use GraphCopy() instead.
    336336
    337     ///Assignment of ListGraph to another is \e not allowed.
     337    ///Assignment of ListGraph to another one is \e not allowed.
    338338    ///Use GraphCopy() instead.
    339339    void operator=(const ListGraph &) {}
     
    761761    ///
    762762    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.
    764764    ///Use UGraphCopy() instead.
    765765
    766     ///Assignment of ListUGraph to another is \e not allowed.
     766    ///Assignment of ListUGraph to another one is \e not allowed.
    767767    ///Use UGraphCopy() instead.
    768768    void operator=(const ListUGraph &) {}
Note: See TracChangeset for help on using the changeset viewer.