Changes between Version 1 and Version 2 of ~archive/ObjectList
- Timestamp:
- Nov 27, 2007, 11:41:04 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
~archive/ObjectList
v1 v2 1 = ObjectList =1 = !ObjectList = 2 2 3 The ObjectList is a generic container for Classes that are derived from BaseObject.3 The !ObjectList is a generic container for Classes that are derived from [wiki:archive/BaseObject BaseObject]. 4 4 5 Every object, that spcifies the registerObject-function is automatically registered to the ObjectList, and stored within it. (also see BaseObjectabout this)5 Every object, that spcifies the registerObject-function is automatically registered to the !ObjectList, and stored within it. (also see [wiki:archive/BaseObject BaseObject] about this) 6 6 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)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 [wiki:archive/BaseObject BaseObject]) 9 9 1. One can check if an Object exists within a List. 10 10 1. One can check if all allocated data is deleted again, or if it is just floting around somewhere.