DataHandler for 2D arrays of primitive types.
Definition primitiveTypeArray2D.h:69
Definition array2DWrapper.h:44
Data type used in Program::Program to define constant values, accessible to Instructions,...
Definition constant.h:49
bool operator==(const Constant &other) const
Comparison operator for Constant.
Definition constant.cpp:50
bool operator!=(const Constant &other) const
Comparison operator for Constant.
Definition constant.cpp:55
double value
the value of the Constant
Definition constant.h:53