Event-delegate, for representing an event-function to be executed.
More...
#include <EventEntities.hpp>
|
| EventDelegate (RTy(*functionNew)(ArgTypes...)) |
| Constructor, taking a pointer to a function of type RTy(*)(ArgTypes...) as an argument.
|
|
| EventDelegate (std::function< RTy(ArgTypes...)> functionNew) |
| Constructor, taking a std::function<RTy(ArgTypes..)> as an argument.
|
|
The documentation for this class was generated from the following file: