#include <string.h>#include "lua.h"#include "lobject.h"#include "lstate.h"#include "lstring.h"#include "ltable.h"#include "ltm.h"Go to the source code of this file.
Defines | |
| #define | ltm_c |
| #define | LUA_CORE |
Functions | |
| void | luaT_init (lua_State *L) |
| const TValue * | luaT_gettm (Table *events, TMS event, TString *ename) |
| const TValue * | luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) |
Variables | |
| const char *const | luaT_typenames [] |
Definition at line 61 of file ltm.cpp.
Referenced by call_binTM(), call_orderTM(), luaV_gettable(), luaV_settable(), and tryfuncTM().
| void luaT_init | ( | lua_State * | L | ) |
| const char* const luaT_typenames[] |
Initial value:
{
"nil", "boolean", "userdata", "number",
"string", "table", "function", "userdata", "thread",
"proto", "upval"
}
Definition at line 23 of file ltm.cpp.
Referenced by lua_typename(), luaG_ordererror(), and luaG_typeerror().
1.5.3