![]() |
Lua-API++
2015-02-12-3
Lua-API++ library
|
This is the complete list of members for Context, including all inherited members.
| args | Context | |
| checkArgs(size_t amount=0) noexcept | Context | inline |
| chunk(const char *chunkText) noexcept | Context | |
| chunk(const std::string &chunkText) noexcept | Context | |
| closure(CFunction fn, UpvalueTypes &&...upvalues_) noexcept | Context | |
| closure(CFunction fn, UpvalueTypes &&...upvalues_) noexcept | Context | |
| Context(lua_State *s, const InitializeExplicitly &) noexcept | Context | |
| Context(const Context &)=delete | Context | |
| error(Valobj msg) | Context | |
| error() | Context | |
| gcCollect() noexcept | Context | |
| gcIsRunning() const noexcept | Context | |
| gcResume() noexcept | Context | |
| gcStop() noexcept | Context | |
| getTop() const noexcept | Context | |
| getVersion() const noexcept | Context | |
| global | Context | |
| InitializeExplicitly enum name | Context | |
| load(const char *fileName) noexcept | Context | |
| load(const std::string &fileName) noexcept | Context | |
| mt() noexcept | Context | |
| operator::lua_State *() const noexcept | Context | inline |
| operator=(const Context &)=delete | Context | |
| queryMemoryTotal() const noexcept | Context | |
| registry | Context | |
| requireArgs(size_t amount=0) | Context | |
| ret(ValueTypes &&...values) | Context | inline |
| ret(const Valset &vs) noexcept | Context | inline |
| runFile(const char *fileName) | Context | inline |
| runFile(const std::string &fileName) | Context | inline |
| runString(const char *command) | Context | inline |
| runString(const std::string &command) | Context | inline |
| upvalues | Context | |
| vwrap(ReturnValueType(*fn)(ArgTypes...)) noexcept | Context | |
| vwrap(ReturnValueType(Host::*fn)(ArgTypes...)) noexcept | Context | |
| where() | Context | |
| wrap(ReturnValueType(*fn)(ArgTypes...)) noexcept | Context | |
| wrap(ReturnValueType(Host::*fn)(ArgTypes...)) noexcept | Context |