Base class for reactor elements that can be used as triggers of reactions. More...
#include <xronos/sdk/event_source.hh>
Additional Inherited Members | |
![]() | |
auto | name () const noexcept -> const std::string & |
The name of the current element. | |
auto | fqn () const noexcept -> const std::string & |
The fully qualified name of the current element. | |
virtual | ~Element ()=default |
Virtual destructor. | |
Base class for reactor elements that can be used as triggers of reactions.
This usually should not be subclassed or instantiated by application code. Subclasses provided by the SDK should be instantiated instead.
T | The type of values conveyed by the event source. |