SignalSocket

Signal side endpoint used to connect to slots.

Constructors

this
this(SignalSocket rhs)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

Params
alias Params = PARAMS
Undocumented in source.

Functions

connect
void connect(SignalConnection c, void delegate(Params) @(system) nothrow callable)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(SignalConnectionContainer cc, void delegate(Params) @(system) nothrow callable)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(SignalConnection c, void delegate(Params) @(safe) nothrow callable)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(SignalConnectionContainer cc, void delegate(Params) @(safe) nothrow callable)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(SignalConnection c, Callable callable, FixedParams fixed_args)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(SignalConnectionContainer cc, Callable callable, FixedParams fixed_args)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
deprecated void connect(SignalConnection c, void delegate(Params) callable)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
deprecated void connect(SignalConnectionContainer cc, void delegate(Params) callable)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
deprecated void connect(SignalConnection c, Callable callable, FixedParams fixed_args)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
deprecated void connect(SignalConnectionContainer cc, Callable callable, FixedParams fixed_args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta