memory value
Definition Value.h:21
MemoryValue(MeasurementOutcome val)
Definition Value.h:24
ValueUnion val
Definition Value.h:41
int intValue() const
return integer value if the type check passed.
Definition Value.h:27
ValueType type
Definition Value.h:38
MeasurementOutcome outcome() const
returns measurement outcome if the type check passed.
Definition Value.h:33
MemoryValue(int val)
Definition Value.h:23
Definition InstructionVisitor.cc:7
ValueType
enum for memory value types
Definition Value.h:15
std::ostream & operator<<(std::ostream &stream, const QNodeAddr &value)
Definition types.cc:10
this file contains the definitions of all the user-defined types widely used alongside the runtime::R...
actual memory value that can hold multiple types of values.
Definition Value.h:7
MeasurementOutcome outcome
Definition Value.h:9
ValueUnion(MeasurementOutcome val)
Definition Value.h:11
ValueUnion(int val)
Definition Value.h:10
int int_value
Definition Value.h:8