Simple Lua
A Simple C++ Lua Wrapper
Loading...
Searching...
No Matches
SL::Runtime Member List

This is the complete list of members for SL::Runtime, including all inherited members.

create(const std::string &filename)SL::Runtimestatic
ErrorCode enum name (defined in SL::Runtime)SL::Runtime
filename() const (defined in SL::Runtime)SL::Runtimeinline
getGlobal(const std::string &name)SL::Runtime
good() const (defined in SL::Runtime)SL::Runtime
operator bool() const (defined in SL::Runtime)SL::Runtime
registerFunction(const std::string &table_name, const std::string &func_name, SL::Function function)SL::Runtime
Result typedef (defined in SL::Runtime)SL::Runtime
runFunction(const std::string &name, Args &&... args)SL::Runtimeinline
Runtime(const std::string &filename)SL::Runtime
Runtime(Runtime &&r) (defined in SL::Runtime)SL::Runtime
Runtime(const Runtime &)=delete (defined in SL::Runtime)SL::Runtime
setGlobal(const std::string &name, const T &value)SL::Runtime
~Runtime() (defined in SL::Runtime)SL::Runtime