nsobject.h

Go to the documentation of this file.
00001 
00014 #ifndef NSOBJECT_H_INCLUDED
00015 #define NSOBJECT_H_INCLUDED
00016 
00017 #include <Cacao/cacao-sysdep.h>
00018 #include <Cacao/nstypes.h>
00019 
00027 @interface NSObject : OBJECT
00028 {
00030         int             ref_count ;
00031 }
00032 
00039   - init ;
00040   
00046   - (void) dealloc ;
00047 
00054   - retain ;
00055   
00063   - (oneway void) release ;
00064 
00065 @end
00066 
00067 #endif /* NSOBJECT_H_INCLUDED */
00068 

Generated on Fri Feb 3 00:13:01 2006 for Cacao by  doxygen 1.4.5