SavvyUI C++ UI Library
Loading...
Searching...
No Matches
ExpressionEvaluator Class Reference

#include <ExpressionEvaluator.h>

Public Member Functions

bool compile (const std::wstring &expr)
bool evaluate (const std::unordered_map< std::wstring, double > &vars, double &result)
std::wstring getLastError ()

Member Function Documentation

◆ 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: