COIN-OR::LEMON - Graph Library

Changeset 1669:66ae78d29f1e in lemon-0.x for lemon/concept


Ignore:
Timestamp:
08/31/05 15:29:32 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2185
Message:

Template assign operator for graph maps.

Some naming and coding conventions.

Location:
lemon/concept
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/concept/graph_component.h

    r1644 r1669  
    799799          // Copy constructor. Do we need it?
    800800          _Map b=c;
    801           // Copy operator. Do we need it?
    802           a=b;
    803801
    804802          ignore_unused_variable_warning(a2);
  • lemon/concept/undir_graph.h

    r1643 r1669  
    249249      typedef True UndirTag;
    250250
    251       /// The base type of node iterators,
     251      /// \brief The base type of node iterators,
    252252      /// or in other words, the trivial node iterator.
    253 
     253      ///
    254254      /// This is the base type of each node iterator,
    255255      /// thus each kind of node iterator converts to this.
Note: See TracChangeset for help on using the changeset viewer.