objc_enumerationMutation
Inserted by the compiler when a mutation is detected during a foreach iteration.
ある変異がforeach反復の間に検知される時に、コンパイラによって挿入されます。
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_loadWeak
Loads the object referenced by a weak pointer and returns it.
弱いポインタによって参照されたオブジェクトをロードします、そしてそれを返します。
objc_storeWeak
Stores a new value in a
__weak
variable.