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

Public Types | |
| typedef RetType(ObjType::* | Callback )(ParamType1) |
Public Member Functions | |
| MethodSlot1 (ObjType *obj, Callback cb) | |
| ~MethodSlot1 () | |
| RetType | proxy (ParamType1 p1) |
| Slot1< RetType, ParamType1 > * | clone () const |
| bool | operator== (const MethodSlot1 &slot) const |
Definition at line 270 of file pslot.h.
|
|||||
|
|
|
||||||||||||||||
|
Definition at line 274 of file pslot.h. Referenced by P::MethodSlot1< RetType, ObjType, ParamType1 >::clone(). |
|
|||||||||
|
|
|
|||||||||
|
Implements P::Slot1< RetType, ParamType1 >. Definition at line 282 of file pslot.h. References P::MethodSlot1< RetType, ObjType, ParamType1 >::MethodSlot1(). |
|
||||||||||
|
Definition at line 285 of file pslot.h. References P::slot(). |
|
||||||||||
|
Implements P::Slot1< RetType, ParamType1 >. |
1.3.3