Function 関数

class_setWeakIvarLayout

Sets the layout for weak Ivars for a given class.

Declaration 宣言

void class_setWeakIvarLayout(Class cls, const uint8_t *layout);

Parameters パラメータ

cls

The class to modify.

layout

The layout of the weak Ivars for cls.

See Also 参照

Working with Classes クラスを扱う