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

#include <lstate.h>

Data Fields

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

Detailed Description

Definition at line 210 of file lua-5.3.6/src/lstate.h.

Field Documentation

◆ cl

union Closure GCUnion::cl

Definition at line 214 of file lua-5.3.6/src/lstate.h.

◆ gc

GCObject GCUnion::gc

Definition at line 211 of file lua-5.3.6/src/lstate.h.

◆ h

struct Table GCUnion::h

Definition at line 215 of file lua-5.3.6/src/lstate.h.

◆ p

struct Proto GCUnion::p

Definition at line 216 of file lua-5.3.6/src/lstate.h.

◆ th

struct lua_State GCUnion::th

Definition at line 217 of file lua-5.3.6/src/lstate.h.

◆ ts

struct TString GCUnion::ts

Definition at line 212 of file lua-5.3.6/src/lstate.h.

◆ u

struct Udata GCUnion::u

Definition at line 213 of file lua-5.3.6/src/lstate.h.

◆ upv

struct UpVal GCUnion::upv

Definition at line 356 of file lua-5.4.3/src/lstate.h.


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