Changes between Version 9 and Version 10 of code/doc/ObjectList
- Timestamp:
- Sep 28, 2008, 7:42:17 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/ObjectList
v9 v10 20 20 21 21 See [wiki:Iterator] and [wiki:ObjectListIterator] for more information about the usage of those functions. 22 23 == Illustration == 24 [[Image(ObjectList.png)]] 25 The illustration shows how the !ObjectList<T> uses !ClassIdentifier<T> to get the !ObjectListBase. Because !ObjectList<T> knows about the right class (T) it casts the list element to the right type and gets the object pointer without dynamic_cast.