|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
#include <Delegate.hpp>
Public Member Functions | |
| virtual | ~EventDelegateBase ()=default |
| virtual std::string | GetID ()=0 |
| Public Member Functions inherited from Sleak::IDelegate | |
| virtual | ~IDelegate ()=default |
| virtual void | Execute ()=0 |
Common base for EventDelegate<T> instantiations, so they can share a handler list.
Definition at line 55 of file Delegate.hpp.
|
virtualdefault |
|
pure virtual |
Implements Sleak::IDelegate.
Implemented in Sleak::EventDelegate< EventT >.