desarch ~master (2015-12-12T12:27:17Z)
Dub
Repo
Slot.this
des
arch
slot
Slot
this
(
SlotController
ctrl
,
Func
func
)
class
Slot
(Args...)
this
(
SlotController
ctrl
,
Func
func
)
in { assert (ctrl !is null, "slot controller must be not null"); assert (func !is null, "delegate must be not null"); }
this
(
SlotHandler
handler
,
Func
func
)
Meta
Source
See Implementation
des
arch
slot
Slot
constructors
this
functions
control
opCall
variables
ctrl
func