Changeset 313:64f8f7cc6168 in lemon for lemon/bits
- Timestamp:
- 10/09/08 10:09:44 (16 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- lemon/bits
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/alteration_notifier.h
r236 r313 80 80 /// be rolled back by calling the \e erase() or \e clear() 81 81 /// functions. Thence the \e erase() and \e clear() should not throw 82 /// exception. Actullay, it can be throw only 83 /// \ref AlterationObserver::ImmediateDetach ImmediateDetach 82 /// exception. Actullay, it can be throw only \ref ImmediateDetach 84 83 /// exception which detach the observer from the notifier. 85 84 /// -
lemon/bits/default_map.h
r209 r313 150 150 // #endif 151 151 152 /// \e152 /// DefaultMap class 153 153 template <typename _Graph, typename _Item, typename _Value> 154 154 class DefaultMap
Note: See TracChangeset
for help on using the changeset viewer.