subscribed.event

An event structure representing a one-to-many function/delegate relationship.

Members

Functions

add
int add(int a, int b)
Undocumented in source. Be warned that the author may not have intended to support it.
doNothing
void doNothing()
Undocumented in source. Be warned that the author may not have intended to support it.
multiply
int multiply(int a, int b)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Event
struct Event(T)

An event structure representing a one-to-many function/delegate relationship. It mimics a function by overriding the call operator. It also implements the bidirectional range interface.

Meta