#include <scim_slot.h>
Inheritance diagram for scim::FunctionSlot0< R >:
Public Member Functions | |
FunctionSlot0 (PF function) | |
virtual R | call () const |
Definition at line 91 of file scim_slot.h.
|
Construct a new function slot for a static function. <
|
|
Calls the function connected to this slot. <
Implements scim::Slot0< R >. Definition at line 101 of file scim_slot.h. |