lemon/bits/vector_map.h
changeset 1587 8f1c317ebeb4
parent 1435 8e85e6bbefdf
child 1669 66ae78d29f1e
equal deleted inserted replaced
0:b7bd0956690c 1:2d3d3b88cff2
    22 
    22 
    23 #include <lemon/utility.h>
    23 #include <lemon/utility.h>
    24 #include <lemon/bits/map_iterator.h>
    24 #include <lemon/bits/map_iterator.h>
    25 #include <lemon/bits/alteration_notifier.h>
    25 #include <lemon/bits/alteration_notifier.h>
    26 
    26 
    27 ///\ingroup graphmaps
    27 ///\ingroup graphmapfactory
    28 ///\file
    28 ///\file
    29 ///\brief Vector based graph maps.
    29 ///\brief Vector based graph maps.
    30 
    30 
    31 namespace lemon {
    31 namespace lemon {
    32   
    32   
    33   /// \addtogroup graphmaps
    33   /// \addtogroup graphmapfactory
    34   /// @{
    34   /// @{
    35   
    35   
    36   /// The VectorMap template class is graph map structure what
    36   /// The VectorMap template class is graph map structure what
    37   /// automatically updates the map when a key is added to or erased from
    37   /// automatically updates the map when a key is added to or erased from
    38   /// the map. This map factory uses the allocators to implement 
    38   /// the map. This map factory uses the allocators to implement