rpm  4.5
Data Fields
UpVal Struct Reference

#include <lua/lobject.h>

Collaboration diagram for UpVal:
Collaboration graph
[legend]

Data Fields

GCObjectnext
 
lu_byte tt
 
lu_byte marked
 
TObjectv
 
TObject value
 

Detailed Description

Definition at line 256 of file lobject.h.

Field Documentation

lu_byte UpVal::marked

Definition at line 257 of file lobject.h.

Referenced by luaF_findupval(), and traverseclosure().

GCObject* UpVal::next

Definition at line 257 of file lobject.h.

Referenced by luaF_close(), and luaF_findupval().

lu_byte UpVal::tt

Definition at line 257 of file lobject.h.

Referenced by luaF_findupval().

TObject* UpVal::v

Definition at line 259 of file lobject.h.

Referenced by aux_upvalue(), luaF_close(), luaF_findupval(), and luaV_execute().

TObject UpVal::value

Definition at line 260 of file lobject.h.

Referenced by luaF_close(), and traverseclosure().


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