dmech v0.3.1 (2017-11-12T11:54:41Z)
Home
Dub
Repo
objc_protocol_list
derelict
sdl
macinit
runtime
Undocumented in source.
version(darwin)
package
struct
objc_protocol_list {
objc_protocol_list
*
next
;
long
count
;
Protocol
*
list
;
}
Members
Variables
count
long
count
;
Undocumented in source.
list
Protocol
*
list
;
Undocumented in source.
next
objc_protocol_list
*
next
;
Undocumented in source.
Meta
Source
See Implementation
derelict
sdl
macinit
runtime
aliases
Class
IMP
Ivar
Method
Protocol
SEL
id
functions
load
objc_allocateClassPair
objc_getClass
objc_msgSend
sel_registerName
structs
objc_cache
objc_class
objc_ivar
objc_ivar_list
objc_method
objc_method_list
objc_object
objc_protocol_list
objc_selector
objc_super