Ardour  8.7-15-gadf511264b
CallInfo Struct Reference

#include <lstate.h>

Public Attributes

StkId func
 
StkId top
 
struct CallInfoprevious
 
struct CallInfonext
 
union {
   struct {
      StkId   base
 
      const Instruction *   savedpc
 
   }   l
 
   struct {
      lua_KFunction   k
 
      ptrdiff_t   old_errfunc
 
      lua_KContext   ctx
 
   }   c
 
u
 
ptrdiff_t extra
 
short nresults
 
unsigned short callstatus
 

Detailed Description

Definition at line 92 of file lstate.h.

Member Data Documentation

◆ base

StkId CallInfo::base

Definition at line 98 of file lstate.h.

◆ 

struct { ... } CallInfo::c

◆ callstatus

unsigned short CallInfo::callstatus

Definition at line 109 of file lstate.h.

◆ ctx

lua_KContext CallInfo::ctx

Definition at line 104 of file lstate.h.

◆ extra

ptrdiff_t CallInfo::extra

Definition at line 107 of file lstate.h.

◆ func

StkId CallInfo::func

Definition at line 93 of file lstate.h.

◆ k

lua_KFunction CallInfo::k

Definition at line 102 of file lstate.h.

◆ 

struct { ... } CallInfo::l

◆ next

struct CallInfo * CallInfo::next

Definition at line 95 of file lstate.h.

◆ nresults

short CallInfo::nresults

Definition at line 108 of file lstate.h.

◆ old_errfunc

ptrdiff_t CallInfo::old_errfunc

Definition at line 103 of file lstate.h.

◆ previous

struct CallInfo* CallInfo::previous

Definition at line 95 of file lstate.h.

◆ savedpc

const Instruction* CallInfo::savedpc

Definition at line 99 of file lstate.h.

◆ top

StkId CallInfo::top

Definition at line 94 of file lstate.h.

◆ 

union { ... } CallInfo::u

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