Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 5 and Version 6 of code/doc/ObjectListIterator


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

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/ObjectListIterator

    v5 v6  
    1818}}}
    1919Use whatever you like. '''Important''': The second notation needs !ObjectList.h, while the first notation works already with a forward declaration. So if you need the iterator in a header-file, you should prefer the first notation.
     20
     21== Illustration ==
     22[[Image(Iterator:Iterator.png)]]
    2023
    2124== Examples ==