COIN-OR::LEMON - Graph Library

Changeset 1909:2d806130e700 in lemon-0.x for lemon/traits.h


Ignore:
Timestamp:
01/26/06 16:42:13 (18 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2484
Message:

Undir -> U transition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/traits.h

    r1875 r1909  
    7373
    7474  template <typename _Graph>
    75   class ItemSetTraits<_Graph, typename _Graph::UndirEdge> {
     75  class ItemSetTraits<_Graph, typename _Graph::UEdge> {
    7676  public:
    7777   
    7878    typedef _Graph Graph;
    7979
    80     typedef typename Graph::UndirEdge Item;
    81     typedef typename Graph::UndirEdgeIt ItemIt;
     80    typedef typename Graph::UEdge Item;
     81    typedef typename Graph::UEdgeIt ItemIt;
    8282
    8383    template <typename _Value>
    84     class Map : public Graph::template UndirEdgeMap<_Value> {
     84    class Map : public Graph::template UEdgeMap<_Value> {
    8585    public:
    86       typedef typename Graph::template UndirEdgeMap<_Value> Parent;
     86      typedef typename Graph::template UEdgeMap<_Value> Parent;
    8787      typedef typename Parent::Value Value;
    8888
Note: See TracChangeset for help on using the changeset viewer.