#include <lobject.h>
Public Attributes | |
| L_Umaxalign | dummy |
| struct { | |
| CommonHeader | |
| struct Table * metatable | |
| struct Table * env | |
| size_t len | |
| } | uv |
| L_Umaxalign Udata::dummy |
| struct Table* Udata::env |
Definition at line 435 of file lobject.h.
Referenced by luaS_newudata().
| size_t Udata::len |
Definition at line 436 of file lobject.h.
Referenced by luaS_newudata().
| struct Table* Udata::metatable |
Definition at line 434 of file lobject.h.
Referenced by luaS_newudata().
| struct { ... } Udata::uv |
Referenced by luaS_newudata().
1.8.8