unlogic
Loading...
Searching...
No Matches
unlogic::BinaryNode Struct Reference

#include <Node.h>

Inheritance diagram for unlogic::BinaryNode:
unlogic::AdditionNode unlogic::DivisionNode unlogic::MultiplicationNode unlogic::PotentiationNode unlogic::SubtractionNode

Public Member Functions

 BinaryNode (UniqueNode lhs, UniqueNode rhs)
 
 ~BinaryNode ()
 

Public Attributes

UniqueNode lhs
 
UniqueNode rhs
 

Detailed Description

Definition at line 70 of file Node.h.

Constructor & Destructor Documentation

◆ BinaryNode()

BinaryNode::BinaryNode ( UniqueNode  lhs,
UniqueNode  rhs 
)

Definition at line 20 of file Node.cpp.

◆ ~BinaryNode()

BinaryNode::~BinaryNode ( )
default

Member Data Documentation

◆ lhs

UniqueNode unlogic::BinaryNode::lhs

Definition at line 72 of file Node.h.

◆ rhs

UniqueNode unlogic::BinaryNode::rhs

Definition at line 72 of file Node.h.


The documentation for this struct was generated from the following files: