Function 関数

ivar_getTypeEncoding(_:)

Returns the type string of an instance variable.

Declaration 宣言

func ivar_getTypeEncoding(_ v: Ivar) -> UnsafePointer<CChar>?

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