![]() |
dfx 0.1.0
Linux-based dynamic dataflow executor
|
This is the complete list of members for dfx::Core::SPSCChannel, including all inherited members.
| _deliveryHook | dfx::Core::Channel | protected |
| _inputPort | dfx::Core::Channel | protected |
| _outputPort | dfx::Core::Channel | protected |
| as() noexcept | dfx::Core::Channel | inline |
| as() const noexcept | dfx::Core::Channel | inline |
| Channel(Id id, InputPort &inputPort, OutputPort &outputPort) | dfx::Core::SPSCChannel | |
| DISABLE_COPY_AND_MOVE(Channel) | dfx::Core::Channel | |
| hasPendingMessage() const override | dfx::Core::SPSCChannel | virtual |
| Id typedef | dfx::Core::Channel | |
| id() const noexcept | dfx::Core::Channel | inline |
| inputPort() const noexcept | dfx::Core::Channel | inline |
| is() const noexcept | dfx::Core::Channel | inline |
| outputPort() const noexcept | dfx::Core::Channel | inline |
| pendingMessageCount() const override | dfx::Core::SPSCChannel | virtual |
| pop() override | dfx::Core::SPSCChannel | virtual |
| pushMessage(MessagePtr msg) override | dfx::Core::SPSCChannel | virtual |
| setDeliveryHook(Hooks::Delivery *hook) | dfx::Core::Channel | inline |
| ~Channel()=default | dfx::Core::Channel | virtual |