NSObject

Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.

Members

Functions

autorelease
NSObject autorelease()

Decrements the receiver’s retain count at the end of the current autorelease pool block.

initialize
NSObject initialize()
Undocumented in source.
release
void release()

Decrements the receiver’s reference count.

retain
NSObject retain()

Increments the receiver’s reference count.

Static functions

alloc
NSObject alloc()
Undocumented in source.

Meta