|
bool | validExpression (const std::string expr, const std::vector< std::string > variables) override |
|
bool | isConstant (const std::string expr, double &ref) override |
|
bool | evaluate (const std::string expr, const std::vector< std::string > variables, const std::vector< double > variableValues, double &ref) override |
|
const std::string | name () const override |
|
const std::string | description () const override |
|
virtual | ~Identifiable () |
|
const std::string xacc::ExprtkExpressionParsingUtil::description |
( |
| ) |
const |
|
inlineoverridevirtual |
Return the description of this instance
- Returns
- description The description of this object.
Implements xacc::Identifiable.
const std::string xacc::ExprtkExpressionParsingUtil::name |
( |
| ) |
const |
|
inlineoverridevirtual |
Return the name of this instance.
- Returns
- name The string name
Implements xacc::Identifiable.
The documentation for this class was generated from the following files:
- /home/cades/dev/xacc/xacc/utils/exprtk_parsing/exprtk_parsing_util.hpp
- /home/cades/dev/xacc/xacc/utils/exprtk_parsing/exprtk_parsing_util.cpp