This is the complete list of members for xronos::sdk::PhysicalEvent< T >, 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 | |
| Element(Element &&)=default | xronos::sdk::Element | |
| fqn() const noexcept -> const std::string & | xronos::sdk::Element | |
| name() const noexcept -> const std::string & | xronos::sdk::Element | |
| operator=(Element &&) -> Element &=default | xronos::sdk::Element | |
| PhysicalEvent(std::string_view name, const ReactorContext &context) | xronos::sdk::PhysicalEvent< T > | |
| trigger(const ImmutableValuePtr< T > &value) noexcept | xronos::sdk::PhysicalEvent< T > | |
| trigger(MutableValuePtr< T > &&value_ptr) | xronos::sdk::PhysicalEvent< T > | |
| trigger(const U &value) | xronos::sdk::PhysicalEvent< T > | |
| trigger(U &&value) | xronos::sdk::PhysicalEvent< T > | |
| trigger() noexcept | xronos::sdk::PhysicalEvent< T > | |
| uid() const noexcept -> std::uint64_t | xronos::sdk::Element | |
| ~Element()=default | xronos::sdk::Element | virtual |