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

#include <Node.h>

Inheritance diagram for unlogic::DivisionNode:
unlogic::BinaryNode

Public Member Functions

 DivisionNode (UniqueNode lhs, UniqueNode rhs)
 
 ~DivisionNode ()
 
- Public Member Functions inherited from unlogic::BinaryNode
 BinaryNode (UniqueNode lhs, UniqueNode rhs)
 
 ~BinaryNode ()
 

Additional Inherited Members

- Public Attributes inherited from unlogic::BinaryNode
UniqueNode lhs
 
UniqueNode rhs
 

Detailed Description

Definition at line 96 of file Node.h.

Constructor & Destructor Documentation

◆ DivisionNode()

DivisionNode::DivisionNode ( UniqueNode  lhs,
UniqueNode  rhs 
)

Definition at line 32 of file Node.cpp.

◆ ~DivisionNode()

DivisionNode::~DivisionNode ( )
default

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