Changeset 157:2ccc1afc2c52 in lemon-1.2 for lemon/bits/alteration_notifier.h
- Timestamp:
- 05/24/08 23:20:49 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 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 {
Note: See TracChangeset
for help on using the changeset viewer.