#include <lua_formula_bridge.hpp>
Public Member Functions | |
fwrapper (const std::string &code, wfl::function_symbol_table *functions=nullptr) | |
std::string | str () const |
wfl::variant | evaluate (const wfl::formula_callable &variables, wfl::formula_debugger *fdb=nullptr) const |
Private Attributes | |
std::shared_ptr< wfl::formula > | formula_ptr |
Definition at line 37 of file lua_formula_bridge.hpp.
lua_formula_bridge::fwrapper::fwrapper | ( | const std::string & | code, |
wfl::function_symbol_table * | functions = nullptr |
||
) |
Definition at line 281 of file lua_formula_bridge.cpp.
variant lua_formula_bridge::fwrapper::evaluate | ( | const wfl::formula_callable & | variables, |
wfl::formula_debugger * | fdb = nullptr |
||
) | const |
Definition at line 294 of file lua_formula_bridge.cpp.
std::string lua_formula_bridge::fwrapper::str | ( | ) | const |
Definition at line 286 of file lua_formula_bridge.cpp.
Referenced by impl_formula_tostring().
|
private |
Definition at line 38 of file lua_formula_bridge.hpp.