UpVal Struct Reference

Collaboration diagram for UpVal:

Collaboration graph
[legend]

Data Fields

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

Detailed Description

Definition at line 274 of file lobject.h.


Field Documentation

UpVal::CommonHeader

Definition at line 275 of file lobject.h.

TValue* UpVal::v

Definition at line 276 of file lobject.h.

TValue UpVal::value

Definition at line 278 of file lobject.h.

struct UpVal* UpVal::prev [read]

Definition at line 280 of file lobject.h.

struct UpVal* UpVal::next [read]

Definition at line 281 of file lobject.h.

struct { ... } UpVal::l

union { ... } UpVal::u


The documentation for this struct was generated from the following file:
© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/