Changes between Version 7 and Version 8 of code/doc/ObjectList
- Timestamp:
- Sep 27, 2008, 3:49:00 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/ObjectList
v7 v8 18 18 * '''rbegin()''': Returns a pointer to the last element in the list 19 19 * '''rend()''': Returns a pointer to the list-element '''before''' the first element in the list 20 21 See Iterator and ObjectListIterator for more information about the usage of those functions.