57 operator int32_t()
const;
62 operator double()
const;
Definition: array2DWrapper.h:44
Data type used in Program::Program to define constant values, accessible to Instructions,...
Definition: constant.h:48
bool operator==(const Constant &other) const
Comparison operator for Constant.
Definition: constant.cpp:49
bool operator!=(const Constant &other) const
Comparison operator for Constant.
Definition: constant.cpp:54
int32_t value
the value of the Constant
Definition: constant.h:52