Module Runtime.Ivar

val get_offset : Runtime__.Type_description.Types.objc_ivar Ctypes.structure Ctypes_static.ptr -> Ctypes.Ptrdiff.t

Returns the offset of an instance variable.

val get_name : Runtime__.Type_description.Types.objc_ivar Ctypes.structure Ctypes_static.ptr -> string

Returns the name of an instance variable.

val get_type_encoding : Runtime__.Type_description.Types.objc_ivar Ctypes.structure Ctypes_static.ptr -> string

Returns the type string of an instance variable.

val define : string -> 'a Objc_type.t -> Define.ivar_spec'