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

#include <lstate.h>

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
 
 CommonHeader
 

Detailed Description

Definition at line 136 of file lua-5.1.5/src/lstate.h.

Field Documentation

◆ cl

union Closure GCObject::cl

Definition at line 140 of file lua-5.1.5/src/lstate.h.

Referenced by luaF_newCclosure(), and luaF_newLclosure().

◆ CommonHeader

GCObject::CommonHeader

Definition at line 86 of file lua-5.3.6/src/lobject.h.

◆ gch

◆ h

struct Table GCObject::h

Definition at line 141 of file lua-5.1.5/src/lstate.h.

Referenced by luaH_new().

◆ p

struct Proto GCObject::p

Definition at line 142 of file lua-5.1.5/src/lstate.h.

Referenced by luaF_newproto().

◆ th

struct lua_State GCObject::th

Definition at line 144 of file lua-5.1.5/src/lstate.h.

Referenced by lua_newthread().

◆ ts

union TString GCObject::ts

Definition at line 138 of file lua-5.1.5/src/lstate.h.

Referenced by createstrobj().

◆ u

union Udata GCObject::u

Definition at line 139 of file lua-5.1.5/src/lstate.h.

Referenced by luaS_newudata().

◆ uv

struct UpVal GCObject::uv

Definition at line 143 of file lua-5.1.5/src/lstate.h.

Referenced by luaF_findupval(), and luaF_newupval().


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