#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 |
|
Construct a new method slot for a class member function.
|
|
Calls the class method connected to this slot passing it arguments p1 and p2.
Implements scim::Slot2< R, P1, P2 >. |