#include <scim_bind.h>
Inherits scim::Slot0< R >< R >.
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. |
scim::BoundSlot0_1< R, P1 >::BoundSlot0_1 | ( | Slot1< R, P1 > * | slot, | |
P1 | p1 | |||
) | [inline] |
Constructor.
slot | - a pointer to a slot of type Slot1<R, P1>. | |
p1 | - a bound argument of type P1 |
virtual R scim::BoundSlot0_1< R, P1 >::call | ( | ) | const [inline, virtual] |
Calls the original slot passing it the bound argument p as the last parameter.
Implements scim::Slot0< R >.