![]() |
Lumiera 0.pre.04
»edit your freedom«
|
#include "steam/engine/proc-node.hpp"
Interface: Description of the input and output ports, processing function and predecessor nodes for a given ProcNode.
Definition at line 168 of file proc-node.hpp.
Public Types | |
| using | Ports = lib::Several< Port > |
| using | Leads = lib::Several< ProcNodeRef > |
Public Attributes | |
| Ports | ports |
| Leads | leads |
Public Member Functions | |
| Connectivity (Ports &&pr, Leads &&lr) | |
|
inline |
Definition at line 178 of file proc-node.hpp.
| using Ports = lib::Several<Port> |
Definition at line 172 of file proc-node.hpp.
| using Leads = lib::Several<ProcNodeRef> |
Definition at line 173 of file proc-node.hpp.
| Ports ports |
Definition at line 175 of file proc-node.hpp.
Referenced by ProcNode::getPort(), and ProcNodeDiagnostic::ports().
| Leads leads |
Definition at line 176 of file proc-node.hpp.
Referenced by ProcNodeDiagnostic::isSrc(), and ProcNodeDiagnostic::leads().
Collaboration diagram for Connectivity: