COIN-OR::LEMON - Graph Library

Changeset 2202:09cbc87cb4ab in lemon-0.x for lemon/bits/array_map.h


Ignore:
Timestamp:
09/06/06 12:19:57 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2927
Message:

New map type based on array map for debugging purpose

It checks multiple allocation and deallocation of map values and
some consistency.

todo:
clarification of debugging concepts
assertions - exceptions - debug
revision of attic/debug.h

motto:
testing is at least so important as coding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/array_map.h

    r2046 r2202  
    4242  /// the container functionality.
    4343  ///
    44   /// The template parameter is the Graph the current Item type and
     44  /// The template parameters are the Graph the current Item type and
    4545  /// the Value type of the map.
    4646  template <typename _Graph, typename _Item, typename _Value>
Note: See TracChangeset for help on using the changeset viewer.