Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

Udata Union Reference

#include <lua/lobject.h>

Collaboration diagram for Udata:

Collaboration graph
[legend]

Data Fields

L_Umaxalign dummy
struct {
   GCObject *   next
   lu_byte   tt
   lu_byte   marked
   Table *   metatable
   size_t   len
uv

Detailed Description

Definition at line 196 of file lobject.h.


Field Documentation

L_Umaxalign Udata::dummy
 

Definition at line 197 of file lobject.h.

size_t Udata::len
 

Definition at line 201 of file lobject.h.

lu_byte Udata::marked
 

Definition at line 199 of file lobject.h.

struct Table* Udata::metatable
 

Definition at line 200 of file lobject.h.

GCObject* Udata::next
 

Definition at line 199 of file lobject.h.

lu_byte Udata::tt
 

Definition at line 199 of file lobject.h.

struct { ... } Udata::uv
 

Referenced by do1gcTM(), luaC_callGCTM(), and luaS_newudata().


The documentation for this union was generated from the following file:
Generated on Sat Oct 1 20:40:02 2011 for rpm by  doxygen 1.4.4