rpm  4.5
Data Fields
Proto Struct Reference

#include <lua/lobject.h>

Collaboration diagram for Proto:
Collaboration graph
[legend]

Data Fields

GCObjectnext
lu_byte tt
lu_byte marked
TObjectk
Instructioncode
struct Proto ** p
int * lineinfo
struct LocVarlocvars
TString ** upvalues
TStringsource
int sizeupvalues
int sizek
int sizecode
int sizelineinfo
int sizep
int sizelocvars
int lineDefined
GCObjectgclist
lu_byte nups
lu_byte numparams
lu_byte is_vararg
lu_byte maxstacksize

Detailed Description

Definition at line 211 of file lobject.h.


Field Documentation

Definition at line 235 of file lobject.h.

Referenced by propagatemarks().

Definition at line 233 of file lobject.h.

Referenced by body(), DumpFunction(), funcinfo(), LoadFunction(), and luaF_newproto().

Definition at line 212 of file lobject.h.

Definition at line 212 of file lobject.h.

struct Proto** Proto::p

Definition at line 212 of file lobject.h.


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