Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 7 and Version 8 of code/doc/ObjectList


Ignore:
Timestamp:
Sep 27, 2008, 3:49:00 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/ObjectList

    v7 v8  
    1818 * '''rbegin()''': Returns a pointer to the last element in the list
    1919 * '''rend()''': Returns a pointer to the list-element '''before''' the first element in the list
     20
     21See Iterator and ObjectListIterator for more information about the usage of those functions.