#include <Slotv1.hxx>
Public Member Functions | |
Slotv1 () | |
virtual | ~Slotv1 () |
template<class RefType , typename PtrMember > | |
void | Wrap (RefType thisRef, PtrMember pMember) |
template<typename PtrMember > | |
void | Wrap (PtrMember pMember) |
const WrappedFuncType & | GetMethod () const |
void | operator() (ParmType1 parm) |
Definition at line 33 of file Slotv1.hxx.
SigSlot::Slotv1< ParmType1 >::Slotv1 | ( | ) | [inline] |
Definition at line 39 of file Slotv1.hxx.
virtual SigSlot::Slotv1< ParmType1 >::~Slotv1 | ( | ) | [inline, virtual] |
Definition at line 44 of file Slotv1.hxx.
const WrappedFuncType& SigSlot::Slotv1< ParmType1 >::GetMethod | ( | ) | const [inline] |
Definition at line 63 of file Slotv1.hxx.
References CLAM_ASSERT.
Referenced by SigSlot::Signalv1< ParmType1 >::Connect().
void SigSlot::Slotv1< ParmType1 >::operator() | ( | ParmType1 | parm | ) | [inline] |
Definition at line 69 of file Slotv1.hxx.
References CLAM_ASSERT.
void SigSlot::Slotv1< ParmType1 >::Wrap | ( | PtrMember | pMember | ) | [inline] |
Definition at line 56 of file Slotv1.hxx.
void SigSlot::Slotv1< ParmType1 >::Wrap | ( | RefType | thisRef, | |
PtrMember | pMember | |||
) | [inline] |
Definition at line 49 of file Slotv1.hxx.