Public Attributes | List of all members
UpVal Struct Reference

#include <lobject.h>

Public Attributes

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

Detailed Description

Definition at line 604 of file lobject.h.

Member Data Documentation

UpVal::CommonHeader

Definition at line 605 of file lobject.h.

struct UpVal* UpVal::next

Definition at line 610 of file lobject.h.

struct { ... } UpVal::open
struct UpVal** UpVal::previous

Definition at line 611 of file lobject.h.

lu_byte UpVal::tbc

Definition at line 606 of file lobject.h.

union { ... } UpVal::u
TValue* UpVal::v

Definition at line 607 of file lobject.h.

TValue UpVal::value

Definition at line 613 of file lobject.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:51