Function 関数

class_setIvarLayout

Sets the Ivar layout for a given class.

Declaration 宣言

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

Parameters パラメータ

cls

The class to modify.

layout

The layout of the Ivars for cls.

See Also 参照

Working with Classes クラスを扱う