Changeset 1204:c3e29c6ae4e4 in lemon-0.x
- Timestamp:
- 03/07/05 09:54:45 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1617
- Location:
- src/lemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/alteration_notifier.h
r1164 r1204 66 66 /// 67 67 /// The build() and clear() members are to notify the observer 68 /// about the container is buil dedfrom an empty container or68 /// about the container is built from an empty container or 69 69 /// is cleared to an empty container. 70 70 /// … … 147 147 148 148 /// \brief The member function to notificate the observer about the 149 /// container is buil ded.149 /// container is built. 150 150 /// 151 151 /// The build() member function notificates the observer about the 152 /// container is buil dedfrom an empty container. It have to be152 /// container is built from an empty container. It have to be 153 153 /// overrided in the subclasses. 154 154 … … 254 254 255 255 256 /// Notifies all the registered observers about the container is buil ded.257 258 /// Notifies all the registered observers about the container is buil ded256 /// Notifies all the registered observers about the container is built. 257 258 /// Notifies all the registered observers about the container is built 259 259 /// from an empty container. 260 260 void build() { -
src/lemon/fib_heap.h
r1185 r1204 45 45 ///\param Item Type of the items to be stored. 46 46 ///\param Prio Type of the priority of the items. 47 ///\param ItemIntMap A read and writable Item int map, for the usage of48 ///t he heap.47 ///\param ItemIntMap A read and writable Item int map, used internally 48 ///to handle the cross references. 49 49 ///\param Compare A class for the ordering of the priorities. The 50 50 ///default is \c std::less<Prio>.
Note: See TracChangeset
for help on using the changeset viewer.