Struct Node::Connection

Nested Relationships

This struct is a nested type of Class Node.

Struct Documentation

struct Connection

Connection between an Input and Output.

Public Functions

Connection(Output out, Input in)
Connection(ConnectionInternal c)
bool operator==(const Connection &rhs) const

Public Members

Id outputId
std::string outputName
std::string outputGroup
Id inputId
std::string inputName
std::string inputGroup

Friends

friend struct std::hash< Connection >