Function 関数

ivar_getTypeEncoding

Returns the type string of an instance variable.

Declaration 宣言

const char * ivar_getTypeEncoding(Ivar v);

Return Value 戻り値

A C string containing the instance variable's type encoding.

Discussion 解説

For possible values, see Objective-C Runtime Programming Guide > Type Encodings.

See Also 参照

Working with Instance Variables