Parent slot class with the common, publicly exposed interface. More...
#include <slot.hpp>
Public Member Functions | |
virtual void | execute (Data data)=0 |
Parent slot class with the common, publicly exposed interface.
This allows member and global slots to be used as one and the same.
Data | : the function callback arg type (footprint). |
virtual void ecl::lite::sigslots::SlotBase< Data >::execute | ( | Data | data | ) | [pure virtual] |