Public Attributes | List of all members
CallInfo Struct Reference

#include <lstate.h>

Public Attributes

unsigned short callstatus
 
StkId func
 
struct CallInfonext
 
short nresults
 
struct CallInfoprevious
 
StkId top
 
union {
   struct {
      lua_KContext   ctx
 
      lua_KFunction   k
 
      ptrdiff_t   old_errfunc
 
   }   c
 
   struct {
      int   nextraargs
 
      const Instruction *   savedpc
 
      volatile l_signalT   trap
 
   }   l
 
u
 
union {
   int   funcidx
 
   int   nres
 
   int   nyield
 
   struct {
      unsigned short   ftransfer
 
      unsigned short   ntransfer
 
   }   transferinfo
 
u2
 

Detailed Description

Definition at line 172 of file lstate.h.

Member Data Documentation

◆ c

struct { ... } CallInfo::c

◆ callstatus

unsigned short CallInfo::callstatus

Definition at line 198 of file lstate.h.

◆ ctx

lua_KContext CallInfo::ctx

Definition at line 185 of file lstate.h.

◆ ftransfer

unsigned short CallInfo::ftransfer

Definition at line 193 of file lstate.h.

◆ func

StkId CallInfo::func

Definition at line 173 of file lstate.h.

◆ funcidx

int CallInfo::funcidx

Definition at line 189 of file lstate.h.

◆ k

lua_KFunction CallInfo::k

Definition at line 183 of file lstate.h.

◆ l

struct { ... } CallInfo::l

◆ next

struct CallInfo * CallInfo::next

Definition at line 175 of file lstate.h.

◆ nextraargs

int CallInfo::nextraargs

Definition at line 180 of file lstate.h.

◆ nres

int CallInfo::nres

Definition at line 191 of file lstate.h.

◆ nresults

short CallInfo::nresults

Definition at line 197 of file lstate.h.

◆ ntransfer

unsigned short CallInfo::ntransfer

Definition at line 194 of file lstate.h.

◆ nyield

int CallInfo::nyield

Definition at line 190 of file lstate.h.

◆ old_errfunc

ptrdiff_t CallInfo::old_errfunc

Definition at line 184 of file lstate.h.

◆ previous

struct CallInfo* CallInfo::previous

Definition at line 175 of file lstate.h.

◆ savedpc

const Instruction* CallInfo::savedpc

Definition at line 178 of file lstate.h.

◆ top

StkId CallInfo::top

Definition at line 174 of file lstate.h.

◆ transferinfo

struct { ... } CallInfo::transferinfo

◆ trap

volatile l_signalT CallInfo::trap

Definition at line 179 of file lstate.h.

◆ u

union { ... } CallInfo::u

◆ u2

union { ... } CallInfo::u2

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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:28