COIN-OR::LEMON - Graph Library

Changeset 1730:fffa6456548a in lemon-0.x for lemon/bits/vector_map.h


Ignore:
Timestamp:
10/17/05 12:30:59 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2257
Message:

Minor changes and bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/vector_map.h

    r1719 r1730  
    7272    /// The value type of the map.
    7373    typedef _Value Value;
    74     /// The const reference type of the map.
    75     typedef typename Container::const_reference ConstReference;
    76     /// The reference type of the map.
    77     typedef typename Container::reference Reference;
    78 
    79     typedef const Value ConstValue;
    80     typedef Value* Pointer;
    81     typedef const Value* ConstPointer;
    8274
    8375    typedef AlterationNotifier<_Item> Registry;
     
    10092    typedef typename Container::const_pointer ConstPointer;
    10193
    102     typedef True FullTypeTag;
    10394
    10495    /// \brief Constructor to attach the new map into the registry.
Note: See TracChangeset for help on using the changeset viewer.