rpm
4.5
|
#include <lua/lobject.h>
Data Fields | |
L_Umaxalign | dummy |
struct { | |
GCObject * next | |
lu_byte tt | |
lu_byte marked | |
struct Table * metatable | |
size_t len | |
} | uv |
size_t Udata::len |
Definition at line 201 of file lobject.h.
Referenced by luaS_newudata().
Definition at line 199 of file lobject.h.
Referenced by luaS_newudata().
struct Table* Udata::metatable |
Definition at line 200 of file lobject.h.
Referenced by do1gcTM(), and luaS_newudata().
Definition at line 199 of file lobject.h.
Referenced by luaC_callGCTM(), and luaS_newudata().
Definition at line 199 of file lobject.h.
Referenced by luaS_newudata().
struct { ... } Udata::uv |
Referenced by do1gcTM(), luaC_callGCTM(), and luaS_newudata().