![]() |
![]() |
Public Types | |
typedef signal_emit2< T_return, T_arg1, T_arg2, nil > | self_type |
typedef T_return | result_type |
typedef slot< T_return, T_arg1, T_arg2 > | slot_type |
typedef signal_impl::const_iterator_type | iterator_type |
typedef slot_type::call_type | call_type |
Static Public Member Functions | |
result_type | emit (signal_impl* impl, typename type_trait<T_arg1>::take _A_a1, typename type_trait<T_arg2>::take _A_a2) |
Executes a list of slots using an accumulator of type T_accumulator. |
This template specialization implements an optimized emit() function for the case that no accumulator is used.
|
|
|
|
|
|
|
|
|
|
|
Executes a list of slots using an accumulator of type T_accumulator. The arguments are passed directly on to the slots. The return value of the last slot invoked is returned.
|