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

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().

lu_byte UpVal::marked

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(), and luaF_findupval().

TObject UpVal::value

Definition at line 260 of file lobject.h.

Referenced by luaF_close().


The documentation for this struct was generated from the following file:
Generated on Wed Oct 29 02:16:32 2008 for rpm by  doxygen 1.5.1