#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. |
|
Constructor. <
|
|
Calls the original slot passing it the bound argument p as the last parameter.
Implements scim::Slot0< R >.
|