smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
smgl::OutputPort< T, Args >::TypedConnection Struct Reference

Describes typed connections from an output port. More...

Collaboration diagram for smgl::OutputPort< T, Args >::TypedConnection:
[legend]

Public Attributes

Nodenode
 
InputPort< T > * port
 

Detailed Description

template<typename T, typename... Args>
struct smgl::OutputPort< T, Args >::TypedConnection

Describes typed connections from an output port.

Definition at line 394 of file Ports.hpp.

Member Data Documentation

◆ node

template<typename T , typename... Args>
Node* smgl::OutputPort< T, Args >::TypedConnection::node

Pointer to connected port's parent

Definition at line 396 of file Ports.hpp.

◆ port

template<typename T , typename... Args>
InputPort<T>* smgl::OutputPort< T, Args >::TypedConnection::port

Pointer to connected port

Definition at line 398 of file Ports.hpp.


The documentation for this struct was generated from the following file: