XACC
Public Member Functions | List of all members
xacc::ExprtkExpressionParsingUtil Class Reference
Inheritance diagram for xacc::ExprtkExpressionParsingUtil:
xacc::ExpressionParsingUtil xacc::Identifiable

Public Member Functions

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
 
- Public Member Functions inherited from xacc::Identifiable
virtual ~Identifiable ()
 

Member Function Documentation

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: