#include <Expr.h>
Definition at line 68 of file Expr.h.
◆ Constant() [1/2]
| qasm::Constant::Constant |
( |
double |
value = 0 | ) |
|
|
inline |
◆ Constant() [2/2]
| qasm::Constant::Constant |
( |
int |
value | ) |
|
|
inline |
◆ Eval() [1/2]
| double qasm::Constant::Eval |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ Eval() [2/2]
| double qasm::Constant::Eval |
( |
const std::unordered_map< std::string, double > & |
variables | ) |
const |
|
inlineoverridevirtual |
◆ operator=() [1/2]
| Constant & qasm::Constant::operator= |
( |
double |
value | ) |
|
|
inline |
◆ operator=() [2/2]
| Constant & qasm::Constant::operator= |
( |
int |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file: