![]() |
dfx 0.1.0
Linux-based dynamic dataflow executor
|
| Ndfx | |
| NCore | |
| RDerivedFromChannel | Concept used by dfx::Core::Channel::is() and dfx::Core::Channel::as() to constrain types |
| RDerivedFromMessage | Concept used by dfx::Core::Message::is() and dfx::Core::Message::as() to constrain types |
| RDerivedFromNode | Concept used by dfx::Core::Node::is() and dfx::Core::Node::as() to constrain types |
| RDerivedFromPort | Concept used by dfx::Core::Port::as() to constrain types |
| NRuntime | |
| RDerivedFromTask | Convenience concept for constraining templates to Task-derived types |
| NServer | |
| RDerivedFromTcpSession | Constrains a type to be derived from dfx::Server::TcpSession |
| NUtils | |
| RIsEnum | Concept matching any enumeration type. This is used to constrain Flags to be instantiated only with enum types |