Classes | |
class | stack_balance_checker |
Ensures that the Lua stack maintains its original height upon exit. More... |
Functions | |
static lua_State * | raw (lutok::state &state) |
Gets the pointer to the internal lua_State of a state object. |
|
inlinestatic |
Gets the pointer to the internal lua_State of a state object.
This is pure syntactic sugar to simplify typing in the test cases.
state | The Lua state. |