rpm  4.5
Data Fields
global_State Struct Reference

#include <lua/lstate.h>

Collaboration diagram for global_State:
Collaboration graph
[legend]

Data Fields

stringtable strt
 
GCObjectrootgc
 
GCObjectrootudata
 
GCObjecttmudata
 
Mbuffer buff
 
lu_mem GCthreshold
 
lu_mem nblocks
 
lua_CFunction panic
 
TObject _registry
 
TObject _defaultmeta
 
struct lua_Statemainthread
 
Node dummynode [1]
 
TStringtmname [TM_N]
 

Detailed Description

Definition at line 116 of file lstate.h.

Field Documentation

TObject global_State::_defaultmeta

Definition at line 129 of file lstate.h.

TObject global_State::_registry

Definition at line 128 of file lstate.h.

Mbuffer global_State::buff

Definition at line 124 of file lstate.h.

Referenced by f_luaopen().

Node global_State::dummynode[1]

Definition at line 131 of file lstate.h.

Referenced by f_luaopen(), and traversetable().

lu_mem global_State::GCthreshold

Definition at line 125 of file lstate.h.

Referenced by f_luaopen().

struct lua_State* global_State::mainthread

Definition at line 130 of file lstate.h.

Referenced by f_luaopen(), and markroot().

lu_mem global_State::nblocks

Definition at line 126 of file lstate.h.

Referenced by f_luaopen().

lua_CFunction global_State::panic

Definition at line 127 of file lstate.h.

Referenced by f_luaopen().

GCObject* global_State::rootgc

Definition at line 119 of file lstate.h.

Referenced by f_luaopen().

GCObject* global_State::rootudata

Definition at line 121 of file lstate.h.

Referenced by f_luaopen().

stringtable global_State::strt

Definition at line 117 of file lstate.h.

Referenced by f_luaopen().

TString* global_State::tmname[TM_N]

Definition at line 132 of file lstate.h.

GCObject* global_State::tmudata

Definition at line 123 of file lstate.h.

Referenced by f_luaopen(), and marktmu().


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