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 616 of file lobject.h.

Member Data Documentation

◆ CommonHeader

UpVal::CommonHeader

Definition at line 617 of file lobject.h.

◆ next

struct UpVal* UpVal::next

Definition at line 622 of file lobject.h.

◆ open

struct { ... } UpVal::open

◆ previous

struct UpVal** UpVal::previous

Definition at line 623 of file lobject.h.

◆ tbc

lu_byte UpVal::tbc

Definition at line 618 of file lobject.h.

◆ u

union { ... } UpVal::u

◆ v

TValue* UpVal::v

Definition at line 619 of file lobject.h.

◆ value

TValue UpVal::value

Definition at line 625 of file lobject.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:30