Describes untyped connections from an output port.
More...
#include <smgl/Ports.hpp>
Describes untyped connections from an output port.
Definition at line 71 of file Ports.hpp.
◆ Connection() [1/2]
| smgl::Connection::Connection |
( |
| ) |
|
|
default |
◆ Connection() [2/2]
Construct with node/port end points
Definition at line 75 of file Ports.hpp.
◆ destNode
| Node* smgl::Connection::destNode {nullptr} |
Destination node pointer
Definition at line 84 of file Ports.hpp.
◆ destPort
| Input* smgl::Connection::destPort {nullptr} |
Destination port pointer
Definition at line 86 of file Ports.hpp.
◆ srcNode
| Node* smgl::Connection::srcNode {nullptr} |
Source node pointer
Definition at line 80 of file Ports.hpp.
◆ srcPort
| Output* smgl::Connection::srcPort {nullptr} |
Source port pointer
Definition at line 82 of file Ports.hpp.
The documentation for this struct was generated from the following file: