RetroArch
Public Attributes | List of all members
UpVal Struct Reference

#include <lfunc.h>

Collaboration diagram for UpVal:
[legend]

Public Attributes

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

Member Data Documentation

◆ next

UpVal* UpVal::next

◆ open

struct { ... } UpVal::open

◆ refcount

lu_mem UpVal::refcount

◆ touched

int UpVal::touched

◆ u

union { ... } UpVal::u

◆ v

TValue* UpVal::v

◆ value

TValue UpVal::value

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