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

Enum EventType

examples/ApplicationLib/EventDispatcher.h:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#include <list>
32
33enum EventType
34{
35 IMPORTANT_EVENT,
36 LESS_IMPORTANT_EVENT
37};
38
39class Event
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected