Antares Simulator
Power System Simulator
|
Public Member Functions | |
BinaryNode (Node *left, Node *right) | |
Constructs a binary node with the specified left and right operands. | |
Node * | left () const |
Retrieves a pointer to the left operand. | |
Node * | right () const |
Retrieves a pointer to the right operand. | |
![]() | |
![]() | |
virtual std::string | name () const =0 |
bool | operator== (const IName &other) const =default |
Constructs a binary node with the specified left and right operands.
left | The left operand. |
right | The right operand. |
Node * Antares::Expressions::Nodes::BinaryNode::left | ( | ) | const |
Retrieves a pointer to the left operand.
Node * Antares::Expressions::Nodes::BinaryNode::right | ( | ) | const |
Retrieves a pointer to the right operand.