lemon/bits/default_map.h
changeset 1618 e455fafbd663
parent 1435 8e85e6bbefdf
child 1669 66ae78d29f1e
equal deleted inserted replaced
0:787c3af52cd9 1:3be643c02a7f
    19 
    19 
    20 
    20 
    21 #include <lemon/bits/array_map.h>
    21 #include <lemon/bits/array_map.h>
    22 #include <lemon/bits/vector_map.h>
    22 #include <lemon/bits/vector_map.h>
    23 
    23 
    24 ///\ingroup graphmaps
    24 ///\ingroup graphmapfactory
    25 ///\file
    25 ///\file
    26 ///\brief Graph maps that construct and destruct
    26 ///\brief Graph maps that construct and destruct
    27 ///their elements dynamically.
    27 ///their elements dynamically.
    28 
    28 
    29 namespace lemon {
    29 namespace lemon {
    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 uses the VectorMap if the Value is a primitive
    36    *  the map. This map uses the VectorMap if the Value is a primitive