The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
UpVal Struct Reference

#include <lobject.h>

Public Attributes

 CommonHeader
 
TValuev
 
union {
   TValue   value
 
   struct {
      struct UpVal *   prev
 
      struct UpVal *   next
 
   }   l
 
u
 

Detailed Description

Definition at line 495 of file lobject.h.

Member Data Documentation

UpVal::CommonHeader

Definition at line 496 of file lobject.h.

struct { ... } UpVal::l
struct UpVal* UpVal::next

Definition at line 502 of file lobject.h.

Referenced by luaF_close(), and luaF_findupval().

struct UpVal* UpVal::prev

Definition at line 501 of file lobject.h.

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

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