Lutok  0.4
 All Classes Namespaces Files Functions Variables Macros
Public Member Functions | Public Attributes
lutok::state::impl Struct Reference

Internal implementation for lutok::state. More...

List of all members.

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).

Detailed Description

Internal implementation for lutok::state.


Constructor & Destructor Documentation

lutok::state::impl::impl ( lua_State *  lua_,
bool  owned_ 
)
inline

Constructor.

Parameters:
lua_The Lua internal state.
owned_Whether we own the state or not.

The documentation for this struct was generated from the following file: