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. |
static lua_State* anonymous_namespace{test_utils.hpp}::raw | ( | lutok::state & | state | ) | [inline, static] |
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. |