Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 9 and Version 10 of code/doc/ObjectList


Ignore:
Timestamp:
Sep 28, 2008, 7:42:17 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/ObjectList

    v9 v10  
    2020
    2121See [wiki:Iterator] and [wiki:ObjectListIterator] for more information about the usage of those functions.
     22
     23== Illustration ==
     24[[Image(ObjectList.png)]]
     25The 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.