template-project-cpp
Loading...
Searching...
No Matches
tpcpp::Interpreter Member List

This is the complete list of members for tpcpp::Interpreter, including all inherited members.

error(const std::string &message)tpcpp::Interpreter
evaluate(const std::string &expr)tpcpp::Interpreter
getVariable(const std::string &name)tpcpp::Interpreter
registerFunctions()tpcpp::Interpreterprivate
run()tpcpp::Interpreter
runtimeError(const RuntimeError &error)tpcpp::Interpreter
setVariable(const std::string &name, const Object &value)tpcpp::Interpreter