SimGrid
3.13
Versatile Simulation of Distributed Systems
|
A signal/slot mechanism. More...
#include <signal.hpp>
Public Member Functions | |
template<class U > | |
XBT_ALWAYS_INLINE void | connect (U slot) |
XBT_ALWAYS_INLINE R | operator() (P...args) const |
void | disconnect_all_slots () |
A signal/slot mechanism.
S is expected to be the function signature of the signal. I'm not sure we need a return value (it is currently ignored). If we don't we might use signal<P1, P2, ...>
instead.
|
inline |
|
inline |
|
inline |