GNode library (C++)
Loading...
Searching...
No Matches
port.hpp File Reference

Defines the Port, Input, and Output classes, along with the PortType enumeration for handling ports in a graph node structure. More...

Go to the source code of this file.

Classes

class  gnode::Port
 Abstract base class representing a port in a node. More...
 
class  gnode::Input< T >
 Template class for input ports, specialized by data type. More...
 
class  gnode::Output< T >
 Template class for output ports, specialized by data type. More...
 

Namespaces

namespace  gnode
 

Enumerations

enum  gnode::PortType { gnode::IN , gnode::OUT }
 Enumeration for port types, indicating whether a port is an input or an output. More...
 

Detailed Description

Defines the Port, Input, and Output classes, along with the PortType enumeration for handling ports in a graph node structure.

Author
Otto Link (otto..nosp@m.link.nosp@m..bv@g.nosp@m.mail.nosp@m..com)
Date
2023-08-07