Internal implementation for lutok::state. More...
Public Member Functions | |
impl (lua_State *lua_, bool owned_) | |
Constructor. | |
Public Attributes | |
lua_State * | lua_state |
The Lua internal state. | |
bool | owned |
Whether we own the state or not (to decide if we close it). |
Internal implementation for lutok::state.
lutok::state::impl::impl | ( | lua_State * | lua_, |
bool | owned_ | ||
) | [inline] |
Constructor.
lua_ | The Lua internal state. |
owned_ | Whether we own the state or not. |