|
| ExprTkEvaluator (const GenericEvaluatorSymbolDict *, ExprRandomState *state=nullptr) |
|
virtual std::list< std::string > | dependencies () const override |
|
virtual bool | compile (std::string const &) override |
|
virtual Real | evaluate () override |
|
std::string | getLastParserError () const |
|
virtual bool | registerCustomFunction (GenericCustomFunction *) override |
|
void | addVariables (const GenericEvaluatorSymbolDict *) |
|
| GenericEvaluator (const GenericEvaluatorSymbolDict *, ExprRandomState *) |
|
virtual bool | registerCustomFunction (GenericCustomFunction *) |
|
virtual std::list< std::string > | dependencies () const =0 |
|
virtual bool | compile (std::string const &)=0 |
|
virtual Real | evaluate ()=0 |
|
◆ compile()
bool ExprTkEvaluator::compile |
( |
std::string const & |
expr | ) |
|
|
overridevirtual |
◆ dependencies()
std::list< std::string > ExprTkEvaluator::dependencies |
( |
| ) |
const |
|
overridevirtual |
◆ evaluate()
Real ExprTkEvaluator::evaluate |
( |
| ) |
|
|
overridevirtual |
◆ registerCustomFunction()
The documentation for this class was generated from the following files: