|
Antares Simulator
Power System Simulator
|
Represents a port field node in a syntax tree. More...
#include <PortFieldNode.h>
Public Member Functions | |
| PortFieldNode (const std::string &port_name, const std::string &field_name) | |
| Constructs a port field node with the specified port and field names. More... | |
| const std::string & | getPortName () const |
| Retrieves the port name. More... | |
| const std::string & | getFieldName () const |
| Retrieves the field name. More... | |
| bool | operator== (const PortFieldNode &other) const =default |
| std::string | name () const override |
Public Member Functions inherited from Antares::Expressions::IName | |
| bool | operator== (const IName &other) const =default |
Represents a port field node in a syntax tree.
|
explicit |
Constructs a port field node with the specified port and field names.
| port_name | The port name. |
| field_name | The field name. |
| const std::string & Antares::Expressions::Nodes::PortFieldNode::getFieldName | ( | ) | const |
Retrieves the field name.
| const std::string & Antares::Expressions::Nodes::PortFieldNode::getPortName | ( | ) | const |
Retrieves the port name.