|
Event-Driven Programming in C++ 1.0
A case study on event-driven programming in C++
|
Implementation of the Event class for handling callbacks. More...
#include "callbacks.hpp"Namespaces | |
| namespace | callbacks |
| Provides functionality for handling event callbacks. | |
Implementation of the Event class for handling callbacks.
This file implements the methods declared in callbacks.hpp which allow setting and triggering a callback event.