Represents a port field node where the expression is a sum.
More...
#include <PortFieldSumNode.h>
|
| PortFieldSumNode (const std::string &port_name, const std::string &field_name) |
| Constructs a port field sum node with the specified port and field names.
|
|
const std::string & | getPortName () const |
| Retrieves the port name.
|
|
const std::string & | getFieldName () const |
| Retrieves the field name.
|
|
bool | operator== (const PortFieldSumNode &other) const =default |
|
std::string | name () const override |
|
bool | operator== (const IName &other) const =default |
|
| Hashable (const std::string &s1, const std::string &s2) |
|
bool | operator== (const Hashable &other) const |
|
|
const std::string & | s1 |
|
const std::string & | s2 |
|
Represents a port field node where the expression is a sum.
◆ PortFieldSumNode()
Antares::Expressions::Nodes::PortFieldSumNode::PortFieldSumNode |
( |
const std::string & | port_name, |
|
|
const std::string & | field_name ) |
|
explicit |
Constructs a port field sum node with the specified port and field names.
- Parameters
-
port_name | The port name. |
field_name | The field name. |
◆ getFieldName()
const std::string & Antares::Expressions::Nodes::PortFieldSumNode::getFieldName |
( |
| ) |
const |
Retrieves the field name.
- Returns
- The field name.
◆ getPortName()
const std::string & Antares::Expressions::Nodes::PortFieldSumNode::getPortName |
( |
| ) |
const |
Retrieves the port name.
- Returns
- The port name.
◆ name()
std::string Antares::Expressions::Nodes::PortFieldSumNode::name |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following files:
- src/expressions/include/antares/expressions/nodes/PortFieldSumNode.h
- src/expressions/nodes/PortFieldSumNode.cpp