derelict.sdl.macinit.runtime

Undocumented in source.

Members

Aliases

Class
alias Class = objc_class*
Undocumented in source.
IMP
alias IMP = id function(id, SEL, ...)
Undocumented in source.
Ivar
alias Ivar = objc_ivar*
Undocumented in source.
Method
alias Method = objc_method*
Undocumented in source.
Protocol
alias Protocol = objc_object
Undocumented in source.
SEL
alias SEL = objc_selector*
Undocumented in source.
id
alias id = objc_object*
Undocumented in source.

Functions

load
void load(void delegate(void**, string, bool doThrow = true) bindFunc)
Undocumented in source. Be warned that the author may not have intended to support it.
objc_allocateClassPair
Class objc_allocateClassPair(Class superclass, size_t extraBytes)
Undocumented in source. Be warned that the author may not have intended to support it.
objc_getClass
id objc_getClass()
Undocumented in source. Be warned that the author may not have intended to support it.
objc_msgSend
id objc_msgSend(id theReceiver, SEL theSelector, ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
sel_registerName
SEL sel_registerName()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

objc_cache
struct objc_cache
Undocumented in source.
objc_class
struct objc_class
Undocumented in source.
objc_ivar
struct objc_ivar
Undocumented in source.
objc_ivar_list
struct objc_ivar_list
Undocumented in source.
objc_method
struct objc_method
Undocumented in source.
objc_method_list
struct objc_method_list
Undocumented in source.
objc_object
struct objc_object
Undocumented in source.
objc_protocol_list
struct objc_protocol_list
Undocumented in source.
objc_selector
struct objc_selector
Undocumented in source.
objc_super
struct objc_super
Undocumented in source.

Meta