ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
BoundDgAlias
ae
utils
meta
binding_v1
Undocumented in source.
deprecated
struct
BoundDgAlias (
alias
fun
) {
alias
C
=
RefType
!(
thisOf
!
fun
)
;
C
context
;
static
auto
call
(BoundDgAlias self, Args args);
static
auto
callWith
(BoundDgAlias self, C context, Args args);
}
Members
Aliases
C
alias
C
=
RefType
!(
thisOf
!
fun
)
Undocumented in source.
Static functions
call
auto
call
(BoundDgAlias self, Args args)
Call the delegate using the stored context.
callWith
auto
callWith
(BoundDgAlias self, C context, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
context
C
context
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
meta
binding_v1
functions
boundDgPointer
boundObj
boundObjScope
properties
unboundDgAlias
unboundObj
structs
BoundDgAlias
BoundDgPointer
DispatchToFirstArg
UnboundDgAlias
UnboundDgPointer
UnboundObj
X
Y
templates
boundDgAlias
disconnect
unboundDgPointer