Changes between Version 3 and Version 4 of ~archive/ObjectList
- Timestamp:
- Apr 15, 2017, 2:56:06 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
~archive/ObjectList
v3 v4 2 2 [[ArchivePage]] 3 3 4 The !ObjectList is a generic container for Classes that are derived from [wiki: archive/BaseObject BaseObject].4 The !ObjectList is a generic container for Classes that are derived from [wiki:BaseObject BaseObject]. 5 5 6 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 Every object, that spcifies the registerObject-function is automatically registered to the !ObjectList, and stored within it. (also see [wiki:BaseObject BaseObject] about this) 7 7 8 8 The fancy thing about the !ObjectList is: 9 1. One can get a list of all Objects of any type (as long as it is derived from [wiki: archive/BaseObject BaseObject])9 1. One can get a list of all Objects of any type (as long as it is derived from [wiki:BaseObject BaseObject]) 10 10 1. One can check if an Object exists within a List. 11 11 1. One can check if all allocated data is deleted again, or if it is just floting around somewhere.