#include <scim_slot.h>
Inheritance diagram for scim::MethodSlot1< T, R, P1 >:
Public Member Functions | |
MethodSlot1 (T *object, PMF function) | |
virtual R | call (P1 p1) const |
|
Construct a new method slot for a class member function. <
|
|
Calls the class method connected to this slot passing it argument p1. <
Implements scim::Slot1< R, P1 >.
|