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