Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 12, 2017, 11:25:03 PM (7 years ago)
Author:
landauf
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/ObjectListIterator

    v7 v8  
    11= !ObjectListIterator =
    2 [[TracNav(TracNav/TOC_Development)]]
    32
    43The !ObjectListIterator of a given class T can iterate exactly through all objects of class T and inheritors. The only way to create such an iterator is by calling one of [wiki:ObjectList ObjectLists] functions begin, end, rbegin or rend, where the !ObjectList has to be of the same T as the !ObjectListIterator.
     
    2019
    2120== Illustration ==
    22 [[Image(Iterator:Iterator.png)]]
     21[[Image(code/doc/Iterator:Iterator.png)]]
    2322
    2423== Examples ==
     
    7877}}}
    7978
    80 [[Image(Core:testclass_tree.gif)]]
     79[[Image(code/doc/Core:testclass_tree.gif)]]