Expand description
Modules§
- sys
- Raw unsafe C functions exposed by libobjc.
Structs§
- BOOL
- The boolean value type.
- Class
- An Objective-C class.
- Image
Info - Information for Objective-C binaries.
- Image
Info Flags - Runtime features indicated in
ImageInfo. - Method
- A method in a
Classdefinition. - Method
Description - A
Methoddefinition. - NSObject
- An instance of the root class for most Objective-C objects.
- ObjC
Object - A type-erased instance of any Objective-C class.
- Property
- An Objective-C property declaration.
- Property
Attribute - A
Propertyattribute. - Sel
- A method selector.
Constants§
- NO
- The
BOOLequivalent tofalse. - NSInteger
Max - The maximum
NSIntegervalue. - NSInteger
Min - The minimum
NSIntegervalue. - NSUInteger
Max - The maximum
NSUIntegervalue. - NSUInteger
Min - The minimum
NSUIntegervalue. - YES
- The
BOOLequivalent totrue.
Traits§
- Class
Type - A type that represents an instance of a specific Objective-C class.
- Object
Type - An Objective-C object instance.
Functions§
- autoreleasepool
- Calls a function in the context of a new autorelease pool, like
@autoreleasepool.
Type Aliases§
- Imp
- A pointer to the function of a method implementation.
- NSInteger
- Describes an integer.
- NSUInteger
- Describes an unsigned integer.
- id
- An automatically-reference-counted pointer to a type-erased Objective-C object.