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

struct { ... } CallInfo::c

Definition at line 91 of file lstate.h.

struct { ... } CallInfo::l

Definition at line 87 of file lstate.h.

Definition at line 85 of file lstate.h.

Definition at line 88 of file lstate.h.

union { ... } CallInfo::u

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