Class DAtExit

Inherits from:
Object
Declared in:
DAtExit.h

Class Hierarchy

    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:
27-Feb-2005 (DAtExit.h)

Method Index

+ (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 25-Jul-2006 by ObjcDoc 3.0.0