![]() |
![]() |
Public Types | |
typedef signal_emit0< T_return, T_accumulator > | self_type |
typedef T_accumulator::result_type | result_type |
typedef slot<T_return> | slot_type |
typedef internal::slot_iterator_buf< self_type > | slot_iterator_buf_type |
typedef signal_impl::const_iterator_type | iterator_type |
Public Member Functions | |
signal_emit0 () | |
T_return | operator() (const slot_type& _A_slot) const |
Invokes a slot. | |
Static Public Member Functions | |
static result_type | emit (signal_impl* impl) |
Executes a list of slots using an accumulator of type T_accumulator. |
This template implements the emit() function of signal0. Template specializations are available to optimize signal emission when no accumulator is used, i.e. the template argument T_accumulator is nil
.
|
|
|
|
|
|
|
|
|
|
|
|
|
Executes a list of slots using an accumulator of type T_accumulator.
|
|
Invokes a slot.
|