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