native Lua  0.5.0-devel
Lua on the platform you use with the compiler you choose
Data Fields
UpVal Struct Reference

#include <lobject.h>

Collaboration diagram for UpVal:
Collaboration graph
[legend]

Data Fields

 CommonHeader
 
lu_byte tbc
 
TValuev
 
union {
   struct {
      struct UpVal *   next
 
      struct UpVal **   previous
 
   }   open
 
   TValue   value
 
u
 

Field Documentation

◆ CommonHeader

UpVal::CommonHeader

◆ next

struct UpVal* UpVal::next

◆ open

struct { ... } UpVal::open

◆ previous

struct UpVal** UpVal::previous

◆ tbc

lu_byte UpVal::tbc

◆ u

union { ... } UpVal::u

◆ v

TValue* UpVal::v

◆ value

TValue UpVal::value

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