#include <Expr.h>
|
| | UnaryOperator () |
| |
| template<typename R > |
| | UnaryOperator (char op, const R &right) |
| |
| double | Eval () const override |
| |
| double | Eval (const std::unordered_map< std::string, double > &variables) const override |
| |
Definition at line 209 of file Expr.h.
◆ UnaryOperator() [1/2]
| qasm::UnaryOperator::UnaryOperator |
( |
| ) |
|
|
inline |
◆ UnaryOperator() [2/2]
template<typename R >
| qasm::UnaryOperator::UnaryOperator |
( |
char |
op, |
|
|
const R & |
right |
|
) |
| |
|
inline |
◆ Eval() [1/2]
| double qasm::UnaryOperator::Eval |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ Eval() [2/2]
| double qasm::UnaryOperator::Eval |
( |
const std::unordered_map< std::string, double > & |
variables | ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: