[go: up one dir, main page]

Module ffi

Module ffi 

Source
Expand description

§Raw bindings to Block.h

Modules§

privateunstable-private
Block_private.h

Structs§

Class
Type for block class ISAs.

Statics§

_NSConcreteGlobalBlock
Class ISA used for global blocks.
_NSConcreteStackBlock
Class ISA used for stack blocks.

Functions§

_Block_copy
Copy/retain a block.
_Block_object_assign
Copy a block field or __block variable from one location to another.
_Block_object_dispose
Dispose an object previously copied using _Block_object_assign.
_Block_release
Release a block.