#include <Node.h>
Collaboration diagram for FD::NodeInput:

Public Member Functions | |
| NodeInput (Node *n, int t, const std::string &inputName) | |
| NodeInput (const NodeInput &in) | |
| NodeInput & | operator= (const NodeInput &in) |
| NodeInput () | |
| NodeInput (const std::string &inputName) | |
Public Attributes | |
| int | outputID |
| Node * | node |
| std::string | name |
|
||||||||||||||||
|
Constructor with a node and an outputID |
|
|
Copy constructor |
|
|
default constructor |
|
|
constructor with a nodeName |
|
|
equality operator |
|
|
The name of the input |
|
|
The reference of the node |
|
|
The outputID of the connected node |
1.4.4