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

Public Types | |
| typedef RetType(* | Callback )(ParamType1, ParamType2) |
Public Member Functions | |
| FuncSlot2 (Callback cb) | |
| ~FuncSlot2 () | |
| RetType | proxy (ParamType1 p1, ParamType2 p2) |
| FuncSlot2 * | clone () const |
| bool | operator== (const FuncSlot2 &slot) const |
Definition at line 356 of file pslot.h.
|
|||||
|
|
|
||||||||||
|
Definition at line 360 of file pslot.h. Referenced by P::FuncSlot2< RetType, ParamType1, ParamType2 >::clone(). |
|
|||||||||
|
|
|
|||||||||
|
Implements P::Slot2< RetType, ParamType1, ParamType2 >. Definition at line 368 of file pslot.h. References P::FuncSlot2< RetType, ParamType1, ParamType2 >::FuncSlot2(). |
|
||||||||||
|
Definition at line 371 of file pslot.h. References P::slot(). |
|
||||||||||||||||
|
Implements P::Slot2< RetType, ParamType1, ParamType2 >. |
1.3.3