native Lua  0.5.0-devel
Lua on the platform you use with the compiler you choose
Data Fields
Udata Struct Reference

#include <lobject.h>

Collaboration diagram for Udata:
Collaboration graph
[legend]

Data Fields

 CommonHeader
 
unsigned short nuvalue
 
size_t len
 
struct Tablemetatable
 
GCObjectgclist
 
UValue uv [1]
 

Field Documentation

◆ CommonHeader

Udata::CommonHeader

◆ gclist

GCObject* Udata::gclist

◆ len

size_t Udata::len

◆ metatable

struct Table* Udata::metatable

◆ nuvalue

unsigned short Udata::nuvalue

◆ uv

UValue Udata::uv[1]

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