Event-Driven Programming in C++ 1.0
A case study on event-driven programming in C++
Loading...
Searching...
No Matches
callbacks.cpp File Reference

Implementation of the Event class for handling callbacks. More...

#include "callbacks.hpp"

Namespaces

namespace  callbacks
 Provides functionality for handling event callbacks.
 

Detailed Description

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.