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

Public Types | |
| typedef RetType(ObjType::* | Callback )(ParamType1, ParamType2) |
Public Member Functions | |
| MethodSlot2 (ObjType *obj, Callback cb) | |
| ~MethodSlot2 () | |
| RetType | proxy (ParamType1 p1, ParamType2 p2) |
| MethodSlot2 * | clone () const |
| bool | operator== (const MethodSlot2 &slot) const |
Definition at line 427 of file pslot.h.
|
|||||
|
|
|
||||||||||||||||
|
Definition at line 431 of file pslot.h. Referenced by P::MethodSlot2< RetType, ObjType, ParamType1, ParamType2 >::clone(). |
|
|||||||||
|
|
|
|||||||||
|
Implements P::Slot2< RetType, ParamType1, ParamType2 >. Definition at line 439 of file pslot.h. References P::MethodSlot2< RetType, ObjType, ParamType1, ParamType2 >::MethodSlot2(). |
|
||||||||||
|
Definition at line 442 of file pslot.h. References P::slot(). |
|
||||||||||||||||
|
Implements P::Slot2< RetType, ParamType1, ParamType2 >. |
1.3.3