#include <lua_moo.h>
Static Public Member Functions | |
static void | initialiseAll (void) |
static void | luaNewState (lua_State *L) |
static void | luaSetEnv (lua_State *L) |
static void | stackDump (lua_State *L) |
static void | addFunctions (const luaL_reg *pFuncs) |
static void | addGet (const luaL_reg *pFuncs) |
static void | addSet (const luaL_reg *pFuncs) |
void lua_moo::addFunctions | ( | const luaL_reg * | pFuncs | ) | [static] |
void lua_moo::addGet | ( | const luaL_reg * | pFuncs | ) | [static] |
void lua_moo::addSet | ( | const luaL_reg * | pFuncs | ) | [static] |
void lua_moo::initialiseAll | ( | void | ) | [static] |
void lua_moo::luaNewState | ( | lua_State * | L | ) | [static] |
void lua_moo::luaSetEnv | ( | lua_State * | L | ) | [static] |
static void lua_moo::stackDump | ( | lua_State * | L | ) | [inline, static] |