Nut/OS  4.10.3
API Reference
UpVal Struct Reference

#include <lobject.h>

Collaboration diagram for UpVal:

Data Fields

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

Detailed Description

Definition at line 284 of file lobject.h.


Field Documentation

Definition at line 285 of file lobject.h.

Definition at line 286 of file lobject.h.

Definition at line 288 of file lobject.h.

struct UpVal* UpVal::prev

Definition at line 290 of file lobject.h.

struct UpVal* UpVal::next

Definition at line 291 of file lobject.h.

struct { ... } UpVal::l
union { ... } UpVal::u

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