Registry / messaging / eventpp

eventpp

JSON →
library0.1.3vcpkgunverified

C++ library for event dispatcher and callback list.

vcpkg install eventpp
INSTALL
IMPORT
SIG · EVENTPP
E
eventpp
messagingcppv0.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

eventpp/eventdispatcher.h
#include <eventpp/eventdispatcher.h>

Create an event dispatcher and dispatch an event

#include <eventpp/eventdispatcher.h> int main() { eventpp::EventDispatcher<int, void()> dispatcher; dispatcher.appendListener(1, []() {}); dispatcher.dispatch(1); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
OpenAI (training)
1
Resources

No resource links recorded.

eventpp — pip install eventpp · libregistry