#import <nsobject.h>
Inheritance diagram for NSObject:

Public Member Functions | |
| (id) | init |
| Initialize instance of NSObject class. | |
| (void) | dealloc |
| Release resource for the object. | |
| (id) | retain |
| Increment the reference count. | |
| (oneway void) | release |
| Decrement the reference count. | |
Protected Attributes | |
| int | ref_count |
|
|
Release resource for the object.
Implemented in NSArray, NSCharacterSet, NSData, NSFileHandle, NSMutableArray, NSMutableString, and NSString. |
|
|
Initialize instance of NSObject class.
Implemented in NSCharacterSet, NSData, NSMutableString, and NSString. |
|
|
Decrement the reference count.
|
|
|
Increment the reference count.
|
|
|
Reference count |
1.3.6