Function 関数

objc_setEnumerationMutationHandler

Sets the current mutation handler. 現在の変異ハンドラを設定します。

Declaration 宣言

void objc_setEnumerationMutationHandler(void (*handler)(id));

Parameters パラメータ

handler

A function pointer to the new mutation handler.

See Also 参照

Using Objective-C Language Features Objective-C言語機能を使う