|
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 |
| L_Umaxalign Udata::dummy |
| size_t Udata::len |
Definition at line 201 of file lobject.h.
Referenced by luaS_newudata().
| lu_byte Udata::marked |
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().
| GCObject* Udata::next |
Definition at line 199 of file lobject.h.
Referenced by luaC_callGCTM(), and luaS_newudata().
| lu_byte Udata::tt |
Definition at line 199 of file lobject.h.
Referenced by luaS_newudata().
| struct { ... } Udata::uv |
Referenced by do1gcTM(), luaC_callGCTM(), and luaS_newudata().
1.8.2