66 char const*
what()
const throw ()
79 template <
class Exception>
89 static void pcall (
lua_State* L,
int nargs = 0,
int nresults = 0,
int msgh = 0)
91 int code =
lua_pcall (L, nargs, nresults, msgh);
static void pcall(lua_State *L, int nargs=0, int nresults=0, int msgh=0)
LuaException(lua_State *L, int)
char const * what() const
static void Throw(Exception e)
LuaException(lua_State *L, char const *, char const *, long)
#define lua_pcall(L, n, r, f)
int() lua_gettop(lua_State *L)
#define lua_tostring(L, i)