carbon v1.8.0 (2018-09-02T09:54:37Z)
Home
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