unlogic
|
#include <Node.h>
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 |
DivisionNode::DivisionNode | ( | UniqueNode | lhs, |
UniqueNode | rhs | ||
) |
|
default |