Changeset 280:e7f8647ce760 in lemon-main for lemon/bits
- Timestamp:
- 07/14/08 16:23:11 (16 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- lemon/bits
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/base_extender.h
r256 r280 106 106 /// Returns whether the given directed arc has the same orientation 107 107 /// as the corresponding edge. 108 ///109 /// \todo reference to the corresponding point of the undirected digraph110 /// concept. "What does the direction of an edge mean?"111 108 static bool direction(const Arc &a) { return a.forward; } 112 109 -
lemon/bits/vector_map.h
r263 r280 43 43 /// the map. This map type uses the std::vector to store the values. 44 44 /// 45 /// \tparam _ Notifier The AlterationNotifier that will notify this map.45 /// \tparam _Graph The graph this map is attached to. 46 46 /// \tparam _Item The item type of the graph items. 47 47 /// \tparam _Value The value type of the map. 48 /// \todo Fix the doc: there is _Graph parameter instead of _Notifier.49 48 template <typename _Graph, typename _Item, typename _Value> 50 49 class VectorMap
Note: See TracChangeset
for help on using the changeset viewer.