Module fruity::objc

source · []
Expand description

Objective-C library.

Feature Flag

This module corresponds to the objc feature flag.

Modules

Raw unsafe C functions exposed by libobjc.

Structs

The boolean value type.

An Objective-C class.

Information for Objective-C binaries.

Runtime features indicated in ImageInfo.

A method in a Class definition.

An instance of the root class for most Objective-C objects.

A type-erased instance of any Objective-C class.

An Objective-C property declaration.

A method selector.

Constants

The BOOL equivalent to false.

The maximum NSInteger value.

The minimum NSInteger value.

The maximum NSUInteger value.

The minimum NSUInteger value.

The BOOL equivalent to true.

Traits

A type that represents an instance of a specific Objective-C class.

An Objective-C object instance.

Functions

Calls a function in the context of a new autorelease pool, like @autoreleasepool.

Type Definitions

A pointer to the function of a method implementation.

Describes an integer.

Describes an unsigned integer.

An automatically-reference-counted pointer to a type-erased Objective-C object.