Changes between Version 7 and Version 8 of code/doc/ObjectListIterator
- Timestamp:
- Apr 12, 2017, 11:25:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/ObjectListIterator
v7 v8 1 1 = !ObjectListIterator = 2 [[TracNav(TracNav/TOC_Development)]]3 2 4 3 The !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. … … 20 19 21 20 == Illustration == 22 [[Image( Iterator:Iterator.png)]]21 [[Image(code/doc/Iterator:Iterator.png)]] 23 22 24 23 == Examples == … … 78 77 }}} 79 78 80 [[Image( Core:testclass_tree.gif)]]79 [[Image(code/doc/Core:testclass_tree.gif)]]