Nut/OS  4.10.3
API Reference
Proto Struct Reference

#include <lobject.h>

Collaboration diagram for Proto:

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 241 of file lobject.h.


Field Documentation

Definition at line 242 of file lobject.h.

Definition at line 243 of file lobject.h.

Definition at line 244 of file lobject.h.

struct Proto** Proto::p

Definition at line 245 of file lobject.h.

Definition at line 246 of file lobject.h.

Definition at line 247 of file lobject.h.

Definition at line 248 of file lobject.h.

Definition at line 249 of file lobject.h.

Definition at line 250 of file lobject.h.

Definition at line 251 of file lobject.h.

Definition at line 252 of file lobject.h.

Definition at line 253 of file lobject.h.

Definition at line 254 of file lobject.h.

Definition at line 255 of file lobject.h.

Definition at line 256 of file lobject.h.

Definition at line 257 of file lobject.h.

Definition at line 258 of file lobject.h.

Definition at line 259 of file lobject.h.

Definition at line 260 of file lobject.h.

Definition at line 261 of file lobject.h.

Definition at line 262 of file lobject.h.


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