Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of ~archive/ObjectList


Ignore:
Timestamp:
Nov 27, 2007, 11:41:04 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ~archive/ObjectList

    v1 v2  
    1 = ObjectList =
     1= !ObjectList =
    22
    3 The ObjectList is a generic container for Classes that are derived from BaseObject.
     3The !ObjectList is a generic container for Classes that are derived from [wiki:archive/BaseObject BaseObject].
    44
    5 Every object, that spcifies the registerObject-function is automatically registered to the ObjectList, and stored within it. (also see BaseObject about this)
     5Every object, that spcifies the registerObject-function is automatically registered to the !ObjectList, and stored within it. (also see [wiki:archive/BaseObject BaseObject] about this)
    66
    7 The fancy thing about the ObjectList is:
    8   1. One can get a list of all Objects of any type (as long as it is derived from BaseObject)
     7The fancy thing about the !ObjectList is:
     8  1. One can get a list of all Objects of any type (as long as it is derived from [wiki:archive/BaseObject BaseObject])
    99  1. One can check if an Object exists within a List.
    1010  1. One can check if all allocated data is deleted again, or if it is just floting around somewhere.