Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "lobject.h"
Go to the source code of this file.
Macros | |
#define | gfasttm(g, et, e) |
#define | fasttm(l, et, e) gfasttm(G(l), et, e) |
Enumerations | |
enum | TMS { TM_INDEX , TM_NEWINDEX , TM_GC , TM_MODE , TM_EQ , TM_ADD , TM_SUB , TM_MUL , TM_DIV , TM_MOD , TM_POW , TM_UNM , TM_LEN , TM_LT , TM_LE , TM_CONCAT , TM_CALL , TM_N } |
Functions | |
LUAI_FUNC const TValue * | luaT_gettm (Table *events, TMS event, TString *ename) |
LUAI_FUNC const TValue * | luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) |
LUAI_FUNC void | luaT_init (lua_State *L) |
Variables | |
LUAI_DATA const char *const | luaT_typenames [] |
Definition at line 44 of file lua-5.1.5/src/ltm.h.
Referenced by GCTM(), get_compTM(), get_equalTM(), luaC_separateudata(), luaV_equalobj(), luaV_finishget(), luaV_finishset(), luaV_finishset(), luaV_gettable(), luaV_objlen(), and luaV_settable().
#define gfasttm | ( | g, | |
et, | |||
e ) |
Definition at line 41 of file lua-5.1.5/src/ltm.h.
Referenced by luaC_checkfinalizer(), traversetable(), traversetable(), traversetable(), and traversetable().
enum TMS |
Enumerator | |
---|---|
TM_INDEX | |
TM_NEWINDEX | |
TM_GC | |
TM_MODE | |
TM_EQ | |
TM_ADD | |
TM_SUB | |
TM_MUL | |
TM_DIV | |
TM_MOD | |
TM_POW | |
TM_UNM | |
TM_LEN | |
TM_LT | |
TM_LE | |
TM_CONCAT | |
TM_CALL | |
TM_N |
Definition at line 18 of file lua-5.1.5/src/ltm.h.
Definition at line 50 of file lua-5.1.5/src/ltm.c.
Definition at line 61 of file lua-5.1.5/src/ltm.c.
Definition at line 30 of file lua-5.1.5/src/ltm.c.
LUAI_DATA const char* const luaT_typenames[] |
Definition at line 46 of file lua-5.1.5/src/ltm.h.