Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ EventDispatcher
Method
EventDispatcher
examples/ApplicationLib/EventDispatcher.cpp:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
using namespace std;
30
31
EventDispatcher::EventDispatcher()
32
{
33
}
34
35
void EventDispatcher::registerObserver(EventType type, EventObserver* observer)
36
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected