- Inherits from:
- Object
- Declared in:
- DAtExit.h
Object
|
+---DAtExit
Class Description
The AtExit implements a number of methods for insuring the freeing of
objects during the exit of the program. This class has only class methods
(singleton).
- Last modified:
- 31-Oct-2007 (DAtExit.h)
- + (void) add :(id) obj
- Add an object that must be freed during program exit
- Parameters:
- obj - the object
- Returns:
- none
- + (void) remove :(id) obj
- Remove an object from freeing during program exit
- Parameters:
- obj - the object
- Returns:
- none
generated 05-Nov-2007 by ObjcDoc 3.0.0