Template Class MemberSlot
- Defined in File slot.hpp 
Inheritance Relationships
Base Type
- public ecl::lite::sigslots::SlotBase< Data >(Template Class SlotBase)
Class Documentation
- 
template<typename Data, typename FunctionClass>
 class MemberSlot : public ecl::lite::sigslots::SlotBase<Data>
- A slot with member callback function. - Template Parameters:
- Data – : the argument type. 
- FunctionClass – : the type of the class the function belongs too. 
 
 - Public Functions - 
inline MemberSlot()
 - 
inline MemberSlot(void (FunctionClass::* func)(Data), FunctionClass &instance)