desarch ~master (2015-12-12T12:27:17Z)
Dub
Repo
Slot
des
arch
slot
class
Slot (
Args
...
) {
Func
func
;
SlotController
control
()
;
SlotController
ctrl
;
this
(
SlotController
ctrl
,
Func
func
)
;
this
(
SlotHandler
handler
,
Func
func
)
;
void
opCall
(
Args
args
)
;
}
Constructors
this
this
(
SlotController
ctrl
,
Func
func
)
this
this
(
SlotHandler
handler
,
Func
func
)
Members
Functions
control
SlotController
control
()
opCall
void
opCall
(
Args
args
)
Variables
ctrl
SlotController
ctrl
;
func
Func
func
;
Meta
Source
See Implementation
des
arch
slot
classes
Slot
SlotController
interfaces
SignalLeverage
SlotHandler
templates
isSlot