This is the complete list of members for xronos::sdk::Reactor, including all inherited members.
| add_attribute(std::string_view key, const AttributeValue &value) noexcept -> bool | xronos::sdk::Element | |
| add_attributes(const R &range) noexcept -> bool | xronos::sdk::Element | |
| add_attributes(std::initializer_list< std::pair< std::string_view, AttributeValue > > attributes) -> bool | xronos::sdk::Element | |
| add_reaction(std::string_view name, std::source_location source_location=std::source_location::current()) | xronos::sdk::Reactor | protected | 
| assemble()=0 | xronos::sdk::Reactor | privatepure virtual | 
| connect(const InputPort< T > &from, const InputPort< T > &to) | xronos::sdk::Reactor | protected | 
| connect(const OutputPort< T > &from, const OutputPort< T > &to) | xronos::sdk::Reactor | protected | 
| connect(const OutputPort< T > &from, const InputPort< T > &to) | xronos::sdk::Reactor | protected | 
| connect(const InputPort< T > &from, const InputPort< T > &to, Duration delay) | xronos::sdk::Reactor | protected | 
| connect(const OutputPort< T > &from, const OutputPort< T > &to, Duration delay) | xronos::sdk::Reactor | protected | 
| connect(const OutputPort< T > &from, const InputPort< T > &to, Duration delay) | xronos::sdk::Reactor | protected | 
| context(std::source_location source_location=std::source_location::current()) noexcept -> ReactorContext | xronos::sdk::Reactor | protected | 
| Element(Element &&)=default | xronos::sdk::Element | |
| fqn() const noexcept -> const std::string & | xronos::sdk::Element | |
| get_lag() const noexcept -> Duration | xronos::sdk::Reactor | protected | 
| get_time() const noexcept -> TimePoint | xronos::sdk::Reactor | protected | 
| get_time_since_startup() const noexcept -> Duration | xronos::sdk::Reactor | protected | 
| name() const noexcept -> const std::string & | xronos::sdk::Element | |
| xronos::sdk::Element::operator=(Element &&) -> Element &=default | xronos::sdk::Element | |
| Reactor(std::string_view name, const Context &parent_context) | xronos::sdk::Reactor | |
| shutdown() noexcept -> Shutdown & | xronos::sdk::Reactor | protected | 
| startup() const noexcept -> const Startup & | xronos::sdk::Reactor | protected | 
| uid() const noexcept -> std::uint64_t | xronos::sdk::Element | |
| ~Element()=default | xronos::sdk::Element | virtual |