doc/maps.dox
changeset 2298 d77ddf9e592f
parent 1788 614ce2dd3cba
child 2391 14a343be7a5a
equal deleted inserted replaced
18:44c92206a0a9 19:92df5baacf2d
    11   typedef Edge Key;
    11   typedef Edge Key;
    12   typedef double Value;
    12   typedef double Value;
    13 \endcode
    13 \endcode
    14 
    14 
    15 A map can be 
    15 A map can be 
    16 \e readable (\ref lemon::concept::ReadMap "ReadMap", for short),
    16 \e readable (\ref lemon::concepts::ReadMap "ReadMap", for short),
    17 \e writable (\ref lemon::concept::WriteMap "WriteMap") or both
    17 \e writable (\ref lemon::concepts::WriteMap "WriteMap") or both
    18 (\ref lemon::concept::ReadWriteMap "ReadWriteMap").
    18 (\ref lemon::concepts::ReadWriteMap "ReadWriteMap").
    19 There also exists a special type of
    19 There also exists a special type of
    20 ReadWrite map called \ref lemon::concept::ReferenceMap "reference map".
    20 ReadWrite map called \ref lemon::concepts::ReferenceMap "reference map".
    21 In addition that you can
    21 In addition that you can
    22 read and write the values of a key, a reference map
    22 read and write the values of a key, a reference map
    23 can also give you a reference to the
    23 can also give you a reference to the
    24 value belonging to a key, so you have a direct access to the memory address
    24 value belonging to a key, so you have a direct access to the memory address
    25 where it is stored.
    25 where it is stored.