Template Class SlotBase< void >

Inheritance Relationships

Derived Types

Class Documentation

template<>
class SlotBase<void>

Parent slot class with the common, publicly exposed interface.

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

Subclassed by ecl::lite::sigslots::GlobalSlot< void >, ecl::lite::sigslots::MemberSlot< void, FunctionClass >

Public Functions

virtual void execute() = 0