UpVal Struct Reference

#include <lobject.h>

Collaboration diagram for UpVal:
Collaboration graph
[legend]

Data Fields

 CommonHeader
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.

struct { ... } UpVal::l
struct UpVal* UpVal::next

Definition at line 281 of file lobject.h.

Referenced by luaF_close(), and luaF_findupval().

struct UpVal* UpVal::prev

Definition at line 280 of file lobject.h.

union { ... } UpVal::u

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

Generated by  doxygen 1.6.2