RetroArch
Public Attributes | List of all members
CallInfo Struct Reference

#include <lstate.h>

Collaboration diagram for CallInfo:
[legend]

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
 

Member Data Documentation

◆ base

StkId CallInfo::base

◆ c

struct { ... } CallInfo::c

◆ callstatus

unsigned short CallInfo::callstatus

◆ ctx

lua_KContext CallInfo::ctx

◆ extra

ptrdiff_t CallInfo::extra

◆ func

StkId CallInfo::func

◆ k

lua_KFunction CallInfo::k

◆ l

struct { ... } CallInfo::l

◆ next

struct CallInfo * CallInfo::next

◆ nresults

short CallInfo::nresults

◆ old_errfunc

ptrdiff_t CallInfo::old_errfunc

◆ previous

struct CallInfo* CallInfo::previous

◆ savedpc

const Instruction* CallInfo::savedpc

◆ top

StkId CallInfo::top

◆ u

union { ... } CallInfo::u

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