descore v1.1.0 (2015-01-15T16:11:38Z)
Dub
Repo
Slot
des
util
arch
slot
class
Slot (
Args
...
) {
package
Func
func
;
SlotController
control
();
protected
SlotController
ctrl
;
alias
Func
=
void
delegate
(
Args
)
;
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
Aliases
Func
alias
Func
=
void
delegate
(
Args
)
Undocumented in source.
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