Public Member Functions | List of all members
ecl::lite::sigslots::SlotBase< Data > Class Template Referenceabstract

Parent slot class with the common, publicly exposed interface. More...

#include <slot.hpp>

Inheritance diagram for ecl::lite::sigslots::SlotBase< Data >:
Inheritance graph
[legend]

Public Member Functions

virtual void execute (Data data)=0
 

Detailed Description

template<typename Data>
class ecl::lite::sigslots::SlotBase< Data >

Parent slot class with the common, publicly exposed interface.

This allows member and global slots to be used as one and the same.

Template Parameters
Data: the function callback arg type (footprint).

Definition at line 41 of file slot.hpp.

Member Function Documentation

template<typename Data>
virtual void ecl::lite::sigslots::SlotBase< Data >::execute ( Data  data)
pure virtual

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


ecl_sigslots_lite
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:09:06