LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
LeechCraft::Util::SlotClosureBase Class Referenceabstract

Base class for SlotClosure. More...

#include "slotclosure.h"

+ Inheritance diagram for LeechCraft::Util::SlotClosureBase:
+ Collaboration diagram for LeechCraft::Util::SlotClosureBase:

Public Slots

virtual void run ()=0
 Triggers the function. More...
 

Public Member Functions

virtual ~SlotClosureBase ()=default
 

Detailed Description

Base class for SlotClosure.

Definition at line 42 of file slotclosure.h.

Constructor & Destructor Documentation

◆ ~SlotClosureBase()

virtual LeechCraft::Util::SlotClosureBase::~SlotClosureBase ( )
virtualdefault

Member Function Documentation

◆ run

virtual void LeechCraft::Util::SlotClosureBase::run ( )
pure virtualslot

Triggers the function.

Implemented in LeechCraft::Util::SlotClosure< FireDestrPolicy >.


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