carbon ~master (2022-03-16T06:27:41.4511405)
Dub
Repo
SeqEventManager.emit
carbon
event
SeqEventManager
Undocumented in source. Be warned that the author may not have intended to support it.
void
emit
(T args, string file, size_t line, string func, string preFunc)
class
SeqEventManager
(size_t N, T...)
void
emit
()
(
auto
ref
T
args
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
string
func
= __FUNCTION__
,
string
preFunc
= __PRETTY_FUNCTION__
)
void
emit
(S sender, T args, string file, size_t line, string func, string preFunc)
void
emit
(FiredContext ctx, T args)
Meta
Source
See Implementation
carbon
event
SeqEventManager
constructors
this
functions
disable
emit
enable
opIndex