Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
Udata Struct Reference

#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
 
GCObjectgclist
 
UValue uv [1]
 

Detailed Description

Definition at line 215 of file lua-5.1.5/src/lobject.h.

Field Documentation

◆ CommonHeader

Udata::CommonHeader

Definition at line 218 of file lua-5.1.5/src/lobject.h.

◆ dummy

L_Umaxalign Udata::dummy

Definition at line 216 of file lua-5.1.5/src/lobject.h.

◆ env

struct Table* Udata::env

Definition at line 220 of file lua-5.1.5/src/lobject.h.

Referenced by luaS_newudata().

◆ gclist

GCObject* Udata::gclist

Definition at line 453 of file lua-5.4.3/src/lobject.h.

Referenced by getgclist().

◆ len

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().

◆ metatable

struct Table * Udata::metatable

◆ nuvalue

unsigned short Udata::nuvalue

◆ ttuv_

lu_byte Udata::ttuv_

Definition at line 348 of file lua-5.3.6/src/lobject.h.

◆ user_

union Value Udata::user_

Definition at line 351 of file lua-5.3.6/src/lobject.h.

◆ [struct] [1/3]

struct { ... } Udata::uv

◆ [struct] [2/3]

struct { ... } Udata::uv

◆ uv [3/3]

UValue Udata::uv[1]

Definition at line 454 of file lua-5.4.3/src/lobject.h.


The documentation for this struct was generated from the following files: