#include <SimpleOps.h>
|
| virtual double | Eval () const |
| virtual double | Eval (const std::unordered_map< std::string, double > &variables) const |
| QoperationStatement | operator() (const InputDeclType &inputDecl, std::vector< std::string > &inputNames, DeclarationRegistry &declarations, const std::unordered_map< std::string, double > &inputBindings, std::unordered_map< std::string, double > &visibleInputValues) const |
Definition at line 571 of file SimpleOps.h.
◆ qasm::AddInputDeclExpr::result
| struct qasm::AddInputDeclExpr::result |
◆ Eval() [1/2]
| virtual double qasm::AbstractSyntaxTree::Eval |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ Eval() [2/2]
| virtual double qasm::AbstractSyntaxTree::Eval |
( |
const std::unordered_map< std::string, double > & | variables | ) |
const |
|
inlinevirtualinherited |
◆ operator()()
| QoperationStatement qasm::AddInputDeclExpr::operator() |
( |
const InputDeclType & | inputDecl, |
|
|
std::vector< std::string > & | inputNames, |
|
|
DeclarationRegistry & | declarations, |
|
|
const std::unordered_map< std::string, double > & | inputBindings, |
|
|
std::unordered_map< std::string, double > & | visibleInputValues ) const |
|
inline |
The documentation for this struct was generated from the following file: