LeechCraft  0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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

Member Function Documentation

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: