Proto Struct Reference

Collaboration diagram for Proto:

Collaboration graph
[legend]

Data Fields

 CommonHeader
TValuek
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
int lastlinedefined
GCObjectgclist
lu_byte nups
lu_byte numparams
lu_byte is_vararg
lu_byte maxstacksize

Detailed Description

Definition at line 231 of file lobject.h.


Field Documentation

Proto::CommonHeader

Definition at line 232 of file lobject.h.

TValue* Proto::k

Definition at line 233 of file lobject.h.

Instruction* Proto::code

Definition at line 234 of file lobject.h.

struct Proto** Proto::p [read]

Definition at line 235 of file lobject.h.

int* Proto::lineinfo

Definition at line 236 of file lobject.h.

struct LocVar* Proto::locvars [read]

Definition at line 237 of file lobject.h.

TString** Proto::upvalues

Definition at line 238 of file lobject.h.

TString* Proto::source

Definition at line 239 of file lobject.h.

int Proto::sizeupvalues

Definition at line 240 of file lobject.h.

int Proto::sizek

Definition at line 241 of file lobject.h.

int Proto::sizecode

Definition at line 242 of file lobject.h.

int Proto::sizelineinfo

Definition at line 243 of file lobject.h.

int Proto::sizep

Definition at line 244 of file lobject.h.

int Proto::sizelocvars

Definition at line 245 of file lobject.h.

int Proto::linedefined

Definition at line 246 of file lobject.h.

int Proto::lastlinedefined

Definition at line 247 of file lobject.h.

GCObject* Proto::gclist

Definition at line 248 of file lobject.h.

lu_byte Proto::nups

Definition at line 249 of file lobject.h.

lu_byte Proto::numparams

Definition at line 250 of file lobject.h.

lu_byte Proto::is_vararg

Definition at line 251 of file lobject.h.

lu_byte Proto::maxstacksize

Definition at line 252 of file lobject.h.


The documentation for this struct was generated from the following file:
© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/