19#ifndef _EXPRTK_EVALUATOR_H
20#define _EXPRTK_EVALUATOR_H
22#include "GenericCompositeModel.h"
26 class ExprTkEvaluatorImpl;
33 const GenericEvaluatorSymbolDict *,
37 virtual std::list<std::string> dependencies()
const override;
38 virtual bool compile(std::string
const &)
override;
39 virtual Real evaluate()
override;
40 std::string getLastParserError()
const;
43 void addVariables(
const GenericEvaluatorSymbolDict *);
Definition: ExprTkEvaluator.h:28
Definition: ExprTkEvaluator.cpp:166
Definition: GenericCompositeModel.h:64
Definition: GenericCompositeModel.h:58