![]() |
dfx 0.1.0
Linux-based dynamic dataflow executor
|
This is the complete list of members for dfx::Core::InputPort, including all inherited members.
| addChannel(ChannelPtr channel) | dfx::Core::Port | |
| allowsMimeTypePropagation() const noexcept | dfx::Core::Port | inline |
| as() noexcept | dfx::Core::Port | inline |
| as() const noexcept | dfx::Core::Port | inline |
| channel(std::size_t index) const | dfx::Core::Port | inline |
| channelCount() const noexcept | dfx::Core::Port | inline |
| deregisterControlCommand(std::string_view command) | dfx::Core::InputPort | |
| deregisterHook(Hooks::Port *hook) | dfx::Core::Port | |
| ENABLE_DEFAULT_MOVE_DISABLE_COPY(Port) | dfx::Core::Port | |
| hasChannel(ChannelPtr channel) const noexcept | dfx::Core::Port | |
| hasPendingMessage() const | dfx::Core::InputPort | |
| hooks | dfx::Core::Port | protected |
| Id typedef | dfx::Core::Port | |
| id() const noexcept | dfx::Core::Port | inline |
| InputPort(Id id, NodeWPtr node, std::string name, Kind kind, MimeTypes supportedMimeTypes={}, std::optional< bool > allowsMimeTypePropagation=std::nullopt) | dfx::Core::InputPort | |
| isInput() const noexcept | dfx::Core::Port | inline |
| isMimeTypeSupported(MimeType const &mimeType) const noexcept | dfx::Core::InputPort | |
| isOutput() const noexcept | dfx::Core::Port | inline |
| isUnknownControlCommandAllowed() const noexcept | dfx::Core::InputPort | inline |
| kind() const noexcept | dfx::Core::Port | inline |
| Mode enum name | dfx::Core::Port | |
| mode() const noexcept | dfx::Core::Port | inline |
| name() const noexcept | dfx::Core::Port | inline |
| node() const noexcept | dfx::Core::Port | inline |
| Port(Id id, NodeWPtr node, Mode mode, Kind kind, std::string name, std::optional< bool > allowsMimeTypePropagation) | dfx::Core::Port | protected |
| processAllPendingMessages() | dfx::Core::InputPort | |
| processMessage(MessagePtr message) | dfx::Core::InputPort | |
| registerControlCommand(std::string_view command, nlohmann::json schema, bool allowOverride=false) | dfx::Core::InputPort | |
| registerHook(Hooks::Port *hook) | dfx::Core::Port | |
| removeChannel(ChannelPtr channel) | dfx::Core::Port | |
| setAllowUnknownControlCommand(bool allow) | dfx::Core::InputPort | inline |
| supportedMimeTypes() const noexcept | dfx::Core::InputPort | inline |
| validatePortName(std::string_view name) | dfx::Core::Port | static |
| ~Port() | dfx::Core::Port | virtual |