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