#include <scim_bind.h>
Inheritance diagram for scim::BoundSlot0_1< R, P1 >:
Public Member Functions | |
BoundSlot0_1 (Slot1< R, P1 > *slot, P1 p1) | |
virtual R | call () const |
Calls the original slot passing it the bound argument p as the last parameter. |
Definition at line 59 of file scim_bind.h.
|
Constructor. <
References scim::slot(). |
|
Calls the original slot passing it the bound argument p as the last parameter.
Implements scim::Slot0< R >. Definition at line 70 of file scim_bind.h. |