#include <scim_slot.h>
Inheritance diagram for scim::FunctionSlot1< R, P1 >:
Public Member Functions | |
FunctionSlot1 (PF function) | |
virtual R | call (P1 p1) const |
Definition at line 232 of file scim_slot.h.
|
Construct a new function slot for a static function. <
Definition at line 238 of file scim_slot.h. |
|
Calls the function connected to this slot passing it argument p1. <
Implements scim::Slot1< R, P1 >. Definition at line 242 of file scim_slot.h. |