Base class template for slots passing five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R.
More...
template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
class scim::Slot5< R, P1, P2, P3, P4, P5 >
Base class template for slots passing five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R.
template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
virtual R scim::Slot5< R, P1, P2, P3, P4, P5 >::call |
( |
P1 |
p1, |
|
|
P2 |
p2, |
|
|
P3 |
p3, |
|
|
P4 |
p4, |
|
|
P5 |
p5 |
|
) |
| const |
|
pure virtual |
Calls the signal handler connected to this slot.
Implemented in scim::SignalSlot5< T, R, P1, P2, P3, P4, P5 >, scim::MethodSlot5< T, R, P1, P2, P3, P4, P5 >, scim::FunctionSlot5< R, P1, P2, P3, P4, P5 >, and scim::BoundSlot5_6< R, P1, P2, P3, P4, P5, P6 >.
Referenced by scim::Signal5< R, P1, P2, P3, P4, P5, Marshal >::emit(), and scim::Signal5< void, P1, P2, P3, P4, P5, IgnoreMarshal >::emit().