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::BoundSlot5_6< R, P1, P2, P3, P4, P5, P6 >, scim::FunctionSlot5< R, P1, P2, P3, P4, P5 >, scim::MethodSlot5< T, R, P1, P2, P3, P4, P5 >, and scim::SignalSlot5< T, R, P1, P2, P3, P4, P5 >.
Referenced by scim::Slot5< void, const HelperAgent *, int, const String &, int, int >::operator()().