QuISP
|
memory value More...
#include <Value.h>
Public Member Functions | |
MemoryValue (int val) | |
MemoryValue (MeasurementOutcome val) | |
int | intValue () const |
return integer value if the type check passed. | |
MeasurementOutcome | outcome () const |
returns measurement outcome if the type check passed. | |
Public Attributes | |
ValueType | type |
Private Attributes | |
ValueUnion | val |
memory value
|
inline |
|
inline |
|
inline |
return integer value if the type check passed.
|
inline |
returns measurement outcome if the type check passed.
ValueType quisp::runtime::MemoryValue::type |
|
private |