|
Event-Driven Programming in C++ 1.0
A case study on event-driven programming in C++
|
Declaration of the Event class for handling callbacks. More...
#include <functional>Go to the source code of this file.
Classes | |
| class | callbacks::Event |
| A simple class for handling callback events. More... | |
Namespaces | |
| namespace | callbacks |
| Provides functionality for handling event callbacks. | |
Declaration of the Event class for handling callbacks.
This file declares the Event class, which provides a simple mechanism for setting and triggering callback events using std::function.