Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

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:
Generated on Sat Oct 1 16:25:09 2011 for rpm by  doxygen 1.4.4