dmech v0.3.1 (2017-11-12T11:54:41Z)
Home
Dub
Repo
objc_method_list
derelict
sdl
macinit
runtime
Undocumented in source.
version(darwin)
package
struct
objc_method_list {
objc_method_list
*
obsolete
;
int
method_count
;
version(X86_64)
int
space
;
objc_method
method_list
;
}
Members
Variables
method_count
int
method_count
;
Undocumented in source.
method_list
objc_method
method_list
;
Undocumented in source.
obsolete
objc_method_list
*
obsolete
;
Undocumented in source.
space
int
space
;
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