#include <scim_slot.h>
| Public Member Functions | |
| FunctionSlot0 (PF function) | |
| virtual R | call () const | 
| scim::FunctionSlot0< R >::FunctionSlot0 | ( | PF | function | ) |  [inline] | 
Construct a new function slot for a static function.
| function | - static function with the signature R (*PF)(). | 
| virtual R scim::FunctionSlot0< R >::call | ( | ) | const  [inline, virtual] | 
Calls the function connected to this slot.
Implements scim::Slot0< R >.
 1.5.7.1
 1.5.7.1