#include <luastate.h>
Public Member Functions | |
| LuaState () | |
| lua_State * | get () |
| ~LuaState () | |
Definition at line 8 of file luastate.h.
| LuaState::LuaState | ( | ) |
| LuaState::~LuaState | ( | ) |
Definition at line 32 of file luastate.cpp.
| lua_State* LuaState::get | ( | ) | [inline] |
Definition at line 13 of file luastate.h.
Referenced by LuaRunner::runCommand(), and LuaRunner::runFile().
1.5.1