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