rpm  4.5
Data Fields
CallInfo Struct Reference

#include <lua/lstate.h>

Collaboration diagram for CallInfo:
Collaboration graph
[legend]

Data Fields

StkId base
 
StkId top
 
int state
 
union {
   struct {
      const Instruction *   savedpc
 
      const Instruction **   pc
 
      int   tailcalls
 
   }   l
 
   struct {
      int   dummy
 
   }   c
 
u
 

Detailed Description

Definition at line 76 of file lstate.h.

Field Documentation

StkId CallInfo::base
struct { ... } CallInfo::c
int CallInfo::dummy

Definition at line 91 of file lstate.h.

struct { ... } CallInfo::l
const Instruction** CallInfo::pc

Definition at line 87 of file lstate.h.

const Instruction* CallInfo::savedpc

Definition at line 85 of file lstate.h.

int CallInfo::state
int CallInfo::tailcalls

Definition at line 88 of file lstate.h.

StkId CallInfo::top
union { ... } CallInfo::u

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