MCPcopy Create free account
hub / github.com/cpputest/cpputest / Event

Class Event

examples/ApplicationLib/EventDispatcher.h:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37};
38
39class Event
40{
41public:
42 EventType type;
43};
44
45class EventObserver
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected