#include <corenodes.h>
PortInfo stores information about a port, it is returned by CoreNodeBaseInterface::GetPortInfo().
◆ GetAccessType()
Returns the access type of the port. For non-state ports, this is the decayed type, otherwise it's the l-value-reference type of type.
- Returns
- Access type of this port.
◆ ToString()
Returns a String representation of this @CLASS.
- Parameters
-
[in] | formatStatement | Nullptr or additional formatting instruction. |
- Returns
- String representation of this @CLASS.
◆ name
The name of the port. Port names have to be unique per direction for a core node.
◆ type
The type of the port. This is usually a const type, only for state ports it is non-const.
◆ accessType
◆ wtypes
The union of the wire types of all inner connections of the port.
◆ flags
Additional flags for the port.