Provides auto signaling support.
More...
#include <simple.h>
template<class T>
class AutoSignaling< T >
Provides auto signaling support.
- Template Parameters
-
Definition at line 422 of file simple.h.
◆ AutoSignaling()
◆ SetAutoSignalPropagation()
template<class T >
void AutoSignaling< T >::SetAutoSignalPropagation |
( |
int | propagation | ) |
|
|
inline |
Set propagation of automatically generated and transferred signals.
- Parameters
-
propagation | then new value |
Setting propagation to 0
means do not automatically generate signals. Setting propagation to -1
means unlimited propagation.
Definition at line 433 of file simple.h.
◆ GetAutoSignalPropagation()
Retrieve automatic signal propagation value.
- Returns
- the number of attached transformations the signal is propagated to. 0 indicates the signal is only witnessed by this object
Definition at line 439 of file simple.h.
The documentation for this class was generated from the following file: