lemon/bits/array_map.h
changeset 1587 8f1c317ebeb4
parent 1435 8e85e6bbefdf
child 1613 cd237f1936f8
equal deleted inserted replaced
0:519e2eaafbef 1:b0948f1fc611
    18 #define LEMON_ARRAY_MAP_H
    18 #define LEMON_ARRAY_MAP_H
    19 
    19 
    20 #include <memory>
    20 #include <memory>
    21 #include <lemon/bits/map_iterator.h>
    21 #include <lemon/bits/map_iterator.h>
    22 
    22 
    23 ///\ingroup graphmaps
    23 ///\ingroup graphmapfactory
    24 ///\file
    24 ///\file
    25 ///\brief Graph maps that construates and destruates
    25 ///\brief Graph maps that construates and destruates
    26 ///their elements dynamically.
    26 ///their elements dynamically.
    27 
    27 
    28 namespace lemon {
    28 namespace lemon {
    29 
    29 
    30 
    30 
    31   /// \addtogroup graphmaps
    31   /// \addtogroup graphmapfactory
    32   /// @{
    32   /// @{
    33 	
    33 	
    34   /// The ArrayMap template class is graph map structure what
    34   /// The ArrayMap template class is graph map structure what
    35   /// automatically updates the map when a key is added to or erased from
    35   /// automatically updates the map when a key is added to or erased from
    36   /// the map. This map factory uses the allocators to implement 
    36   /// the map. This map factory uses the allocators to implement