![]() |
Lua-API++
2015-02-12-3
Lua-API++ library
|
This is the complete list of members for State, including all inherited members.
| call(CFunction f) | State | |
| getRawState() noexcept | State | inline |
| operator=(const State &)=delete | State | |
| runFile(const char *filename) | State | |
| runFile(const std::string &filename) | State | inline |
| runString(const char *expression) | State | |
| runString(const std::string &expression) | State | inline |
| State() | State | |
| State(void *(__cdecl customAllocatorFunction)(void *ud, void *ptr, size_t oldSize, size_t newSize), void *ud=nullptr) | State | explicit |
| State(const State &)=delete | State | |
| ~State() noexcept | State |