eventpp

C++ library for event dispatching and callback management

brewmacoslinux
Try with needOr install directly
Source

About

Event Dispatcher and callback list for C++

Commands

eventpp

Examples

Include eventpp header in C++ project for event dispatcher$ brew install eventpp && cat > test.cpp << 'EOF' #include "eventpp/eventdispatcher.h" int main() { return 0; } EOF
Locate eventpp installation directory for include path$ brew --prefix eventpp
Verify eventpp version installed$ brew info eventpp