#include <pslot.h>
Inheritance diagram for P::MethodSlot3< RetType, ObjType, ParamType1, ParamType2, ParamType3 >:

Public Types | |
| typedef RetType(ObjType::* | Callback )(ParamType1, ParamType2, ParamType3) |
Public Member Functions | |
| MethodSlot3 (ObjType *obj, Callback cb) | |
| ~MethodSlot3 () | |
| RetType | proxy (ParamType1 p1, ParamType2 p2, ParamType3 p3) |
| MethodSlot3 * | clone () const |
| bool | operator== (const MethodSlot3 &slot) const |
Definition at line 586 of file pslot.h.
|
|||||
|
|
|
||||||||||||||||
|
Definition at line 590 of file pslot.h. Referenced by P::MethodSlot3< RetType, ObjType, ParamType1, ParamType2, ParamType3 >::clone(). |
|
|||||||||
|
|
|
|||||||||
|
Implements P::Slot3< RetType, ParamType1, ParamType2, ParamType3 >. Definition at line 598 of file pslot.h. References P::MethodSlot3< RetType, ObjType, ParamType1, ParamType2, ParamType3 >::MethodSlot3(). |
|
||||||||||
|
Definition at line 601 of file pslot.h. References P::slot(). |
|
||||||||||||||||||||
|
Implements P::Slot3< RetType, ParamType1, ParamType2, ParamType3 >. |
1.3.3