unlogic
|
#include <Node.h>
Public Member Functions | |
SubtractionNode (UniqueNode lhs, UniqueNode rhs) | |
~SubtractionNode () | |
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 |
SubtractionNode::SubtractionNode | ( | UniqueNode | lhs, |
UniqueNode | rhs | ||
) |
|
default |