Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/ObjectList

    v10 v11  
    2323== Illustration ==
    2424[[Image(ObjectList.png)]]
     25
    2526The 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.