32#if !defined(LUTOK_C_GATE_HPP)
33#define LUTOK_C_GATE_HPP
Gateway to the raw C state of Lua.
Definition: c_gate.hpp:55
state & _state
The C++ state that this class wraps.
Definition: c_gate.hpp:57
static state connect(lua_State *)
Creates a C++ state for a C Lua state.
Definition: c_gate.cpp:63
~state_c_gate(void)
Destructor.
Definition: c_gate.cpp:48
lua_State * c_state(void)
Returns the C native Lua state.
Definition: c_gate.cpp:73
A RAII model for the Lua state.
Definition: state.hpp:71