#include <signal.h>
 Inheritance diagram for clan::SlotImplT< FuncType >:
 Inheritance diagram for clan::SlotImplT< FuncType >:| Public Member Functions | |
| SlotImplT (const std::weak_ptr< SignalImpl< SlotImplT > > &signal, const std::function< FuncType > &callback) | |
| ~SlotImplT () | |
|  Public Member Functions inherited from clan::SlotImpl | |
| SlotImpl () | |
| SlotImpl (const SlotImpl &)=delete | |
| virtual | ~SlotImpl () | 
| SlotImpl & | operator= (const SlotImpl &)=delete | 
| Public Attributes | |
| std::function< FuncType > | callback | 
| std::weak_ptr< SignalImpl< SlotImplT > > | signal | 
| 
 | inline | 
| 
 | inline | 
References clan::SlotImplT< FuncType >::signal.
| std::function<FuncType> clan::SlotImplT< FuncType >::callback | 
| std::weak_ptr<SignalImpl<SlotImplT> > clan::SlotImplT< FuncType >::signal | 
Referenced by clan::SlotImplT< FuncType >::~SlotImplT().