Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
EventDispatcher Class Reference

#include <EventDispatcher.hpp>

Public Member Functions

 EventDispatcher (Event &event)
 
template<typename T >
bool Dispatch (EventFun< T > func)
 

Detailed Description

Event dispatcher to dispatch specific desired events

Definition at line 15 of file EventDispatcher.hpp.

Constructor & Destructor Documentation

◆ EventDispatcher()

EventDispatcher::EventDispatcher ( Event event)
inlineexplicit

Definition at line 20 of file EventDispatcher.hpp.

Member Function Documentation

◆ Dispatch()

template<typename T >
bool EventDispatcher::Dispatch ( EventFun< T func)
inline

Definition at line 25 of file EventDispatcher.hpp.


The documentation for this class was generated from the following file: