events ~master (2022-04-07T12:10:56.3873002)
Dub
Repo
EventList.Trigger
events
EventList
Undocumented in source.
class
EventList
(TReturn, Args...)
final
class
Trigger {
this
();
void
delegate
(
EventOperation
operation
,
delegateType
item
)
changed
;
activationDelegate
activation
;
auto
opCall
(Args args);
auto
execute
(Args args);
size_t
count
[@property getter];
void
reset
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
execute
auto
execute
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
auto
opCall
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void
reset
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
count
size_t
count
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
activation
activationDelegate
activation
;
Undocumented in source.
changed
void
delegate
(
EventOperation
operation
,
delegateType
item
)
changed
;
Undocumented in source.
Meta
Source
See Implementation
events
EventList
aliases
activationDelegate
classes
Trigger
functions
add
onAdd
onChanged
onExecute
onRemove
opBinary
opOpAssign
own
remove
properties
active
normalizedCount