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   nyield
 
   struct {
      unsigned short   ftransfer
 
      unsigned short   ntransfer
 
   }   transferinfo
 
u2
 

Detailed Description

Definition at line 193 of file lstate.h.

Member Data Documentation

struct { ... } CallInfo::c
unsigned short CallInfo::callstatus

Definition at line 218 of file lstate.h.

lua_KContext CallInfo::ctx

Definition at line 206 of file lstate.h.

unsigned short CallInfo::ftransfer

Definition at line 213 of file lstate.h.

StkId CallInfo::func

Definition at line 194 of file lstate.h.

int CallInfo::funcidx

Definition at line 210 of file lstate.h.

lua_KFunction CallInfo::k

Definition at line 204 of file lstate.h.

struct { ... } CallInfo::l
struct CallInfo * CallInfo::next

Definition at line 196 of file lstate.h.

int CallInfo::nextraargs

Definition at line 201 of file lstate.h.

short CallInfo::nresults

Definition at line 217 of file lstate.h.

unsigned short CallInfo::ntransfer

Definition at line 214 of file lstate.h.

int CallInfo::nyield

Definition at line 211 of file lstate.h.

ptrdiff_t CallInfo::old_errfunc

Definition at line 205 of file lstate.h.

struct CallInfo* CallInfo::previous

Definition at line 196 of file lstate.h.

const Instruction* CallInfo::savedpc

Definition at line 199 of file lstate.h.

StkId CallInfo::top

Definition at line 195 of file lstate.h.

struct { ... } CallInfo::transferinfo
volatile l_signalT CallInfo::trap

Definition at line 200 of file lstate.h.

union { ... } CallInfo::u
union { ... } CallInfo::u2

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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:49