|
Rose
|
The receiver portion of a Signal-Slot transmitter receiver pair. More...
#include <Signals.h>


Public Types | |
| using | signal_function = std::function< void(Args...)> |
Public Attributes | |
| signal_function | receiver {} |
The receiver portion of a Signal-Slot transmitter receiver pair.
| Args | The signature of the Slot. |
The signature of the Slot also sets the signature of the receiver function that is called when a Signal is received. Signals and Slots must share the same signature to be connected.
1.8.13