objc_enumerationMutation
Inserted by the compiler when a mutation is detected during a foreach iteration.
ある変異がforeach反復の間に検知される時に、コンパイラによって挿入されます。
objc_setEnumerationMutationHandler
Sets the current mutation handler.
現在の変異ハンドラを設定します。
imp_implementationWithBlock
Creates a pointer to a function that calls the specified block when the method is called.
ある関数へのポインターを作成します、それはメソッドが呼び出される時に指定されたブロックを呼び出すものです。
imp_getBlock
Returns the block associated with an IMP that was created using
imp_implementationWithBlock
.imp_removeBlock
Disassociates a block from an IMP that was created using
imp_implementationWithBlock
, and releases the copy of the block that was created.objc_storeWeak
Stores a new value in a
__weak
variable.