descore v1.1.0 (2015-01-15T16:11:38Z)
Dub
Repo
SignalBox
des
util
arch
sig
class
SignalBox : Signal!Args(
Args
...
) {
this
();
Signal
!
Args
begin
;
SignalReverse
!
Args
end
;
void
opCall
(Args args);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
opCall
void
opCall
(Args args)
calls: 0. begin 0. this 0. end
Variables
begin
Signal
!
Args
begin
;
end
SignalReverse
!
Args
end
;
Meta
Source
See Implementation
des
util
arch
sig
classes
Signal
SignalBox
SignalException
SignalReverse
templates
isSignal