Ardour  8.7-14-g57a6773833
lua_State Struct Reference

#include <lstate.h>

Public Attributes

GCObjectnext
 
lu_byte tt
 
lu_byte marked
 
unsigned short nci
 
lu_byte status
 
StkId top
 
global_Statel_G
 
CallInfoci
 
const Instructionoldpc
 
StkId stack_last
 
StkId stack
 
UpValopenupval
 
GCObjectgclist
 
struct lua_Statetwups
 
struct lua_longjmp * errorJmp
 
CallInfo base_ci
 
volatile lua_Hook hook
 
ptrdiff_t errfunc
 
int stacksize
 
int basehookcount
 
int hookcount
 
unsigned short nny
 
unsigned short nCcalls
 
sig_atomic_t hookmask
 
lu_byte allowhook
 

Detailed Description

Definition at line 178 of file lstate.h.

Member Data Documentation

◆ allowhook

lu_byte lua_State::allowhook

Definition at line 201 of file lstate.h.

◆ base_ci

CallInfo lua_State::base_ci

Definition at line 192 of file lstate.h.

◆ basehookcount

int lua_State::basehookcount

Definition at line 196 of file lstate.h.

◆ ci

CallInfo* lua_State::ci

Definition at line 184 of file lstate.h.

◆ errfunc

ptrdiff_t lua_State::errfunc

Definition at line 194 of file lstate.h.

◆ errorJmp

struct lua_longjmp* lua_State::errorJmp

Definition at line 191 of file lstate.h.

◆ gclist

GCObject* lua_State::gclist

Definition at line 189 of file lstate.h.

◆ hook

volatile lua_Hook lua_State::hook

Definition at line 193 of file lstate.h.

◆ hookcount

int lua_State::hookcount

Definition at line 197 of file lstate.h.

◆ hookmask

sig_atomic_t lua_State::hookmask

Definition at line 200 of file lstate.h.

◆ l_G

global_State* lua_State::l_G

Definition at line 183 of file lstate.h.

◆ marked

lu_byte lua_State::marked

Definition at line 179 of file lstate.h.

◆ nCcalls

unsigned short lua_State::nCcalls

Definition at line 199 of file lstate.h.

◆ nci

unsigned short lua_State::nci

Definition at line 180 of file lstate.h.

◆ next

GCObject* lua_State::next

Definition at line 179 of file lstate.h.

◆ nny

unsigned short lua_State::nny

Definition at line 198 of file lstate.h.

◆ oldpc

const Instruction* lua_State::oldpc

Definition at line 185 of file lstate.h.

◆ openupval

UpVal* lua_State::openupval

Definition at line 188 of file lstate.h.

◆ stack

StkId lua_State::stack

Definition at line 187 of file lstate.h.

◆ stack_last

StkId lua_State::stack_last

Definition at line 186 of file lstate.h.

◆ stacksize

int lua_State::stacksize

Definition at line 195 of file lstate.h.

◆ status

lu_byte lua_State::status

Definition at line 181 of file lstate.h.

◆ top

StkId lua_State::top

Definition at line 182 of file lstate.h.

◆ tt

lu_byte lua_State::tt

Definition at line 179 of file lstate.h.

◆ twups

struct lua_State* lua_State::twups

Definition at line 190 of file lstate.h.


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