lemon/bits/vector_map.h
changeset 1955 daca31868d70
parent 1910 f95eea8c34b0
child 1956 a055123339d5
equal deleted inserted replaced
9:5c138ba1b030 10:dfcccb3c7947
    24 #include <lemon/bits/map_extender.h>
    24 #include <lemon/bits/map_extender.h>
    25 #include <lemon/bits/alteration_notifier.h>
    25 #include <lemon/bits/alteration_notifier.h>
    26 #include <lemon/concept_check.h>
    26 #include <lemon/concept_check.h>
    27 #include <lemon/concept/maps.h>
    27 #include <lemon/concept/maps.h>
    28 
    28 
    29 /// \ingroin graphmapfactory
    29 /// \ingroup graphmapfactory
    30 ///
    30 ///
    31 ///\file
    31 ///\file
    32 ///\brief Vector based graph maps.
    32 ///\brief Vector based graph maps.
    33 
    33 
    34 namespace lemon {
    34 namespace lemon {
    35 
    35 
    36   /// \ingroin graphmapfactory
    36   /// \ingroup graphmapfactory
    37   ///
    37   ///
    38   /// \brief Graph map based on the std::vector storage.
    38   /// \brief Graph map based on the std::vector storage.
    39   ///
    39   ///
    40   /// The VectorMap template class is graph map structure what
    40   /// The VectorMap template class is graph map structure what
    41   /// automatically indates the map when a key is added to or erased from
    41   /// automatically indates the map when a key is added to or erased from