Base class for inputs and outputs of reactors. More...
#include <xronos/sdk/port.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 | ~EventSource ()=default |
Correct deletion of an instance of a derived class is permitted. | |
Base class for inputs and outputs of reactors.
This should not be inherited from or instantiated directly by application code. Instead, use InputPort
or OutputPort
.
T | The type of values carried by the port. |