#include <scim_slot.h>
Inheritance diagram for scim::MethodSlot2< T, R, P1, P2 >:
Public Member Functions | |
MethodSlot2 (T *object, PMF function) | |
virtual R | call (P1 p1, P2 p2) const |
Definition at line 410 of file scim_slot.h.
|
Construct a new method slot for a class member function. <
Definition at line 417 of file scim_slot.h. |
|
Calls the class method connected to this slot passing it arguments p1 and p2. <
Implements scim::Slot2< R, P1, P2 >. Definition at line 422 of file scim_slot.h. |