![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
Base class for SlotClosure. More...
#include "slotclosure.h"
Public Slots | |
virtual void | run ()=0 |
Triggers the function. More... | |
Public Member Functions | |
virtual | ~SlotClosureBase ()=default |
Base class for SlotClosure.
Definition at line 42 of file slotclosure.h.
|
virtualdefault |
|
pure virtualslot |
Triggers the function.
Implemented in LC::Util::SlotClosure< FireDestrPolicy >.