Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 4 and Version 5 of code/doc/Iterator


Ignore:
Timestamp:
Sep 28, 2008, 7:37:47 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Iterator

    v4 v5  
    77
    88Iterator is made to iterate through a list of objects which gets determined at runtime. For this reason you can create an Iterator not only by calling !ObjectList<T>::begin() but also through anyidentifier->getObjects()->begin(). Of course end(), rbegin() and rend() work too.
     9
     10== Illustration ==
     11[[Image(Iterator.png)]]
    912
    1013== Example ==