|
Simple Lua
A Simple C++ Lua Wrapper
|
This is the complete list of members for SL::Runtime, including all inherited members.
| create(const std::string &filename) | SL::Runtime | static |
| ErrorCode enum name (defined in SL::Runtime) | SL::Runtime | |
| filename() const (defined in SL::Runtime) | SL::Runtime | inline |
| 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::Runtime | inline |
| 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 |