#include <ExpressionEvaluator.h>
|
bool | compile (const std::wstring &expr) |
bool | evaluate (const std::unordered_map< std::wstring, double > &vars, double &result) |
std::wstring | getLastError () |
◆ compile()
bool ExpressionEvaluator::compile |
( |
const std::wstring & | expr | ) |
|
◆ evaluate()
bool ExpressionEvaluator::evaluate |
( |
const std::unordered_map< std::wstring, double > & | vars, |
|
|
double & | result ) |
◆ getLastError()
std::wstring ExpressionEvaluator::getLastError |
( |
| ) |
|
The documentation for this class was generated from the following file: