native Lua  0.4.0
Lua on the platform you use with the compiler you choose
Data Fields
GCUnion Union Reference

#include <lstate.h>

Collaboration diagram for GCUnion:
Collaboration graph
[legend]

Data Fields

GCObject gc
 
struct TString ts
 
struct Udata u
 
union Closure cl
 
struct Table h
 
struct Proto p
 
struct lua_State th
 

Field Documentation

◆ cl

union Closure GCUnion::cl

◆ gc

GCObject GCUnion::gc

◆ h

struct Table GCUnion::h

◆ p

struct Proto GCUnion::p

◆ th

struct lua_State GCUnion::th

◆ ts

struct TString GCUnion::ts

◆ u

struct Udata GCUnion::u

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