#include <scim_bind.h>
Inheritance diagram for scim::BoundSlot4_5< R, P1, P2, P3, P4, P5 >:
Public Member Functions | |
BoundSlot4_5 (Slot5< R, P1, P2, P3, P4, P5 > *slot, P5 p5) | |
virtual R | call (P1 p1, P2 p2, P3 p3, P4 p4) const |
Calls the original slot passing it arguments p1, p2, p3 and p4, and the bound argument p as the last parameter. |
Definition at line 207 of file scim_bind.h.
|
Constructor. <
References scim::slot(). |
|
Calls the original slot passing it arguments p1, p2, p3 and p4, and the bound argument p as the last parameter.
Implements scim::Slot4< R, P1, P2, P3, P4 >. Definition at line 218 of file scim_bind.h. |