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

Public Types | |
| typedef RetType(ObjType::* | Callback )() |
Public Member Functions | |
| MethodSlot0 (ObjType *obj, Callback cb) | |
| ~MethodSlot0 () | |
| RetType | proxy () |
| Slot0< RetType > * | clone () const |
| bool | operator== (const MethodSlot0 &slot) const |
Definition at line 114 of file pslot.h.
|
|||||
|
|
|
||||||||||||||||
|
Definition at line 118 of file pslot.h. Referenced by P::MethodSlot0< RetType, ObjType >::clone(). |
|
|||||||||
|
|
|
|||||||||
|
Implements P::Slot0< RetType >. Definition at line 126 of file pslot.h. References P::MethodSlot0< RetType, ObjType >::MethodSlot0(). |
|
||||||||||
|
Definition at line 129 of file pslot.h. References P::slot(). |
|
|||||||||
|
Implements P::Slot0< RetType >. |
1.3.3