Changes between Version 10 and Version 11 of code/doc/ObjectList
- Timestamp:
- Sep 28, 2008, 7:43:18 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/ObjectList
v10 v11 23 23 == Illustration == 24 24 [[Image(ObjectList.png)]] 25 25 26 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.