EventCounter

Helper used to get an unique id per event.

struct EventCounter (
Event
) {}

Members

Static functions

getId
uint getId()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

counter
uint counter;

It's public just because we need to reset it to -1 for utests! TODO: we shouldn't have to do this...

Meta