Changes between Version 4 and Version 5 of code/doc/Iterator
- Timestamp:
- Sep 28, 2008, 7:37:47 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Iterator
v4 v5 7 7 8 8 Iterator 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)]] 9 12 10 13 == Example ==