Function 関数

class_getIvarLayout

Returns a description of the Ivar layout for a given class.

Declaration 宣言

const uint8_t * class_getIvarLayout(Class cls);

Parameters パラメータ

cls

The class to inspect. 調査するクラス。

Return Value 戻り値

A description of the Ivar layout for cls.

See Also 参照

Working with Classes クラスを扱う