UpVal Struct Reference

#include <lua/lobject.h>

Collaboration diagram for UpVal:

Collaboration graph
[legend]

Data Fields

GCObjectnext
lu_byte tt
lu_byte marked
TValuev
union {
   TValue   value
   struct {
      struct UpVal *   prev
      struct UpVal *   next
   }   l
u

Detailed Description

Definition at line 274 of file lobject.h.


Field Documentation

struct { ... } UpVal::l

Definition at line 275 of file lobject.h.

Referenced by luaF_findupval().

struct UpVal* UpVal::next [read]

Definition at line 281 of file lobject.h.

Definition at line 275 of file lobject.h.

Referenced by luaF_close(), and luaF_findupval().

struct UpVal* UpVal::prev [read]

Definition at line 280 of file lobject.h.

Definition at line 275 of file lobject.h.

Referenced by luaF_findupval().

union { ... } UpVal::u


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

Generated on Thu Apr 23 17:50:55 2009 for rpm by  doxygen 1.5.8