Provides the state wrapper class for the Lua C state. More...
#include <string>
#include <tr1/memory>
Go to the source code of this file.
Classes | |
class | lutok::state |
A RAII model for the Lua state. More... | |
Typedefs | |
typedef int(* | lutok::cxx_function )(state &) |
The type of a C++ function that can be bound into Lua. | |
Variables | |
const int | lutok::globals_index = LUA_GLOBALSINDEX |
Stack index constant pointing to the globals table (_G). |
Provides the state wrapper class for the Lua C state.