Ardour  9.0-pre0-384-ga76afae0e9
UpVal Struct Reference

#include <lfunc.h>

Public Attributes

TValuev
 
lu_mem refcount
 
union {
   struct {
      UpVal *   next
 
      int   touched
 
   }   open
 
   TValue   value
 
u
 

Detailed Description

Definition at line 35 of file lfunc.h.

Member Data Documentation

◆ next

UpVal* UpVal::next

Definition at line 40 of file lfunc.h.

◆ 

struct { ... } UpVal::open

◆ refcount

lu_mem UpVal::refcount

Definition at line 37 of file lfunc.h.

◆ touched

int UpVal::touched

Definition at line 41 of file lfunc.h.

◆ 

union { ... } UpVal::u

◆ v

TValue* UpVal::v

Definition at line 36 of file lfunc.h.

◆ value

TValue UpVal::value

Definition at line 43 of file lfunc.h.


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