lua5.4
Public 属性 | 所有成员列表
GCUnion联合体 参考

#include <lstate.h>

GCUnion 的协作图:
[图例]

Public 属性

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

类成员变量说明

◆ 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

◆ upv

struct UpVal GCUnion::upv

该联合体的文档由以下文件生成: