Struct Node::ConnectionInternal
Defined in File Node.hpp
Nested Relationships
This struct is a nested type of Class Node.
Nested Types
Struct Documentation
-
struct ConnectionInternal
Connection between an Input and Output internal.
Public Functions
-
bool operator==(const ConnectionInternal &rhs) const
Public Members
-
std::weak_ptr<Node> outputNode
-
std::string outputName
-
std::string outputGroup
-
std::weak_ptr<Node> inputNode
-
std::string inputName
-
std::string inputGroup
-
Output *out
-
Input *in
-
struct Hash
Public Functions
-
size_t operator()(const dai::Node::ConnectionInternal &obj) const
-
size_t operator()(const dai::Node::ConnectionInternal &obj) const
-
bool operator==(const ConnectionInternal &rhs) const