quakeforge/include/QF/classes
Brian Koropoff 991fc06360 Garbage collection:
Moved from reference counting over to a mark and sweep method.  Objects
are now required to implement an allRefs method which returns a pointer
to a list of all other referenced objects.  How the list is maintained
is up to each object.  The retain/release mechanism still works; objects
with any references will not be garbage collected, even if the collector
thinks they should be.
2003-12-09 02:01:05 +00:00
..
ArrayList.h Garbage collection: 2003-12-09 02:01:05 +00:00
Collection.h Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
Double.h Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
Exception.h Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
Integer.h Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
Iterator.h Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
List.h Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
Makefile.am Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
Number.h Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
String.h Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00