#include <scim_slot.h>
Inheritance diagram for scim::MethodSlot0< T, R >:
Public Member Functions | |
MethodSlot0 (T *object, PMF function) | |
virtual R | call () const |
Definition at line 125 of file scim_slot.h.
|
Construct a new method slot for a class member function. <
Definition at line 132 of file scim_slot.h. |
|
Calls the class method connected to this slot. <
Implements scim::Slot0< R >. Definition at line 137 of file scim_slot.h. |