Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <lobject.h>
Data Fields | ||
L_Umaxalign | dummy | |
struct { | ||
CommonHeader | ||
struct Table * metatable | ||
struct Table * env | ||
size_t len | ||
} | uv | |
struct { | ||
CommonHeader | ||
struct Table * metatable | ||
struct Table * env | ||
size_t len | ||
} | uv | |
lu_byte | ttuv_ | |
union Value | user_ | |
unsigned short | nuvalue | |
GCObject * | gclist | |
UValue | uv [1] | |
Definition at line 215 of file lua-5.1.5/src/lobject.h.
Udata::CommonHeader |
Definition at line 218 of file lua-5.1.5/src/lobject.h.
L_Umaxalign Udata::dummy |
Definition at line 216 of file lua-5.1.5/src/lobject.h.
struct Table* Udata::env |
Definition at line 220 of file lua-5.1.5/src/lobject.h.
Referenced by luaS_newudata().
GCObject* Udata::gclist |
Definition at line 453 of file lua-5.4.3/src/lobject.h.
Referenced by getgclist().
size_t Udata::len |
Definition at line 221 of file lua-5.1.5/src/lobject.h.
Referenced by freeobj(), luaS_newudata(), luaS_newudata(), and luaS_newudata().
struct Table * Udata::metatable |
Definition at line 219 of file lua-5.1.5/src/lobject.h.
Referenced by GCTM(), luaS_newudata(), luaS_newudata(), luaS_newudata(), reallymarkobject(), and traverseudata().
unsigned short Udata::nuvalue |
Definition at line 450 of file lua-5.4.3/src/lobject.h.
Referenced by freeobj(), getgclist(), luaS_newudata(), reallymarkobject(), and traverseudata().
lu_byte Udata::ttuv_ |
Definition at line 348 of file lua-5.3.6/src/lobject.h.
union Value Udata::user_ |
Definition at line 351 of file lua-5.3.6/src/lobject.h.
struct { ... } Udata::uv |
Referenced by GCTM(), luaS_newudata(), luaS_newudata(), and traverseudata().
struct { ... } Udata::uv |
UValue Udata::uv[1] |
Definition at line 454 of file lua-5.4.3/src/lobject.h.