UpVal Struct Reference

#include <lua/lobject.h>

Collaboration diagram for UpVal:
[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

Definition at line 275 of file lobject.h.

Referenced by luaF_close(), and luaF_findupval().

Definition at line 275 of file lobject.h.

Referenced by luaF_findupval().

Definition at line 275 of file lobject.h.

Referenced by luaF_findupval().

struct UpVal* UpVal::prev [read]

Definition at line 280 of file lobject.h.

struct UpVal* UpVal::next [read]

Definition at line 281 of file lobject.h.

struct { ... } UpVal::l

union { ... } UpVal::u


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

Generated on Wed Nov 19 15:03:48 2008 for rpm by  doxygen 1.5.6