COIN-OR::LEMON - Graph Library

Changeset 1953:d4f411003580 in lemon-0.x for lemon/iterable_maps.h


Ignore:
Timestamp:
02/03/06 16:58:24 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2528
Message:

Polish the doc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/iterable_maps.h

    r1931 r1953  
    200200      /// Creates an iterator. It iterates on the
    201201      /// keys which mapped to true.
    202       /// \param map The IterableIntMap
     202      /// \param _map The IterableIntMap
    203203      TrueIt(const IterableBoolMap& _map)
    204204        : Parent(_map.sep > 0 ? _map.array[_map.sep - 1] : INVALID),
     
    240240      /// Creates an iterator. It iterates on the
    241241      /// keys which mapped to false.
    242       /// \param map The IterableIntMap
     242      /// \param _map The IterableIntMap
    243243      FalseIt(const IterableBoolMap& _map)
    244244        : Parent(_map.sep < (int)_map.array.size() ?
     
    279279      /// Creates an iterator. It iterates on the
    280280      /// keys which mapped to false.
    281       /// \param map The IterableIntMap
     281      /// \param _map The IterableIntMap
    282282      /// \param value Which elements should be iterated.
    283283      ItemIt(const IterableBoolMap& _map, bool value)
Note: See TracChangeset for help on using the changeset viewer.