doc/maps.dox
changeset 1411 5d161e08bda8
parent 1167 ccbca6ba8b59
child 1788 614ce2dd3cba
equal deleted inserted replaced
16:dbb9134ddc1d 17:0865b7e8f291
    10 \code
    10 \code
    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 \e readable (\ref lemon::concept::ReadMap "ReadMap", for short),
    15 A map can be 
       
    16 \e readable (\ref lemon::concept::ReadMap "ReadMap", for short),
    16 \e writable (\ref lemon::concept::WriteMap "WriteMap") or both
    17 \e writable (\ref lemon::concept::WriteMap "WriteMap") or both
    17 (\ref lemon::concept::ReadWriteMap "ReadWriteMap").
    18 (\ref lemon::concept::ReadWriteMap "ReadWriteMap").
    18 There also exists a special type of
    19 There also exists a special type of
    19 ReadWrite map called \ref lemon::concept::ReferenceMap "reference map".
    20 ReadWrite map called \ref lemon::concept::ReferenceMap "reference map".
    20 In addition that you can
    21 In addition that you can