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