descore ~master (2015-04-21T20:17:28Z)
Dub
Repo
Slot
des
util
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
util
arch
slot
classes
Slot
SlotController
interfaces
SignalLeverage
SlotHandler
templates
isSlot