rpm  4.5
Data Fields
GCObject Union Reference

#include <lua/lstate.h>

Collaboration diagram for GCObject:
Collaboration graph
[legend]

Data Fields

GCheader gch
 
union TString ts
 
union Udata u
 
union Closure cl
 
struct Table h
 
struct Proto p
 
struct UpVal uv
 
struct lua_State th
 

Detailed Description

Definition at line 184 of file lstate.h.

Field Documentation

union Closure GCObject::cl

Definition at line 188 of file lstate.h.

GCheader GCObject::gch
struct Table GCObject::h

Definition at line 189 of file lstate.h.

struct Proto GCObject::p

Definition at line 190 of file lstate.h.

struct lua_State GCObject::th

Definition at line 192 of file lstate.h.

union TString GCObject::ts

Definition at line 186 of file lstate.h.

union Udata GCObject::u

Definition at line 187 of file lstate.h.

struct UpVal GCObject::uv

Definition at line 191 of file lstate.h.


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