#include <Slotv3.hxx>
Public Member Functions | |
Slotv3 () | |
virtual | ~Slotv3 () |
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 parm1, ParmType2 parm2, ParmType3 parm3) |
Definition at line 33 of file Slotv3.hxx.
SigSlot::Slotv3< ParmType1, ParmType2, ParmType3 >::Slotv3 | ( | ) | [inline] |
Definition at line 39 of file Slotv3.hxx.
virtual SigSlot::Slotv3< ParmType1, ParmType2, ParmType3 >::~Slotv3 | ( | ) | [inline, virtual] |
Definition at line 44 of file Slotv3.hxx.
const WrappedFuncType& SigSlot::Slotv3< ParmType1, ParmType2, ParmType3 >::GetMethod | ( | ) | const [inline] |
Definition at line 63 of file Slotv3.hxx.
References CLAM_ASSERT.
Referenced by SigSlot::Signalv3< ParmType1, ParmType2, ParmType3 >::Connect().
void SigSlot::Slotv3< ParmType1, ParmType2, ParmType3 >::operator() | ( | ParmType1 | parm1, | |
ParmType2 | parm2, | |||
ParmType3 | parm3 | |||
) | [inline] |
Definition at line 69 of file Slotv3.hxx.
References CLAM_ASSERT.
void SigSlot::Slotv3< ParmType1, ParmType2, ParmType3 >::Wrap | ( | PtrMember | pMember | ) | [inline] |
Definition at line 56 of file Slotv3.hxx.
void SigSlot::Slotv3< ParmType1, ParmType2, ParmType3 >::Wrap | ( | RefType | thisRef, | |
PtrMember | pMember | |||
) | [inline] |
Definition at line 49 of file Slotv3.hxx.