Changeset 157:2ccc1afc2c52 in lemon-1.0 for lemon/bits/vector_map.h
- Timestamp:
- 05/24/08 23:20:49 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/vector_map.h
r107 r157 45 45 /// the map. This map type uses the std::vector to store the values. 46 46 /// 47 /// \param Notifier The AlterationNotifier that will notify this map. 48 /// \param Item The item type of the graph items. 49 /// \param Value The value type of the map. 50 /// 51 /// \author Balazs Dezso 47 /// \tparam _Notifier The AlterationNotifier that will notify this map. 48 /// \tparam _Item The item type of the graph items. 49 /// \tparam _Value The value type of the map. 50 /// \todo Fix the doc: there is _Graph parameter instead of _Notifier. 52 51 template <typename _Graph, typename _Item, typename _Value> 53 52 class VectorMap
Note: See TracChangeset
for help on using the changeset viewer.