Changeset 157:2ccc1afc2c52 in lemon-1.2 for lemon/bits
- Timestamp:
- 05/24/08 23:20:49 (16 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- lemon/bits
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/alteration_notifier.h
r107 r157 95 95 /// \param _Container The container which is observed. 96 96 /// \param _Item The item type which is obserbved. 97 ///98 /// \author Balazs Dezso99 97 100 98 template <typename _Container, typename _Item> … … 131 129 /// about the container is built from an empty container or 132 130 /// is cleared to an empty container. 133 ///134 /// \author Balazs Dezso135 131 136 132 class ObserverBase { -
lemon/bits/bezier.h
r128 r157 25 25 /// 26 26 ///Up to now this file is used internally by \ref graph_to_eps.h 27 ///28 ///\author Alpar Juttner29 27 30 28 #include<lemon/dim2.h> -
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.