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
Udata Union Reference

#include <lobject.h>

Public Attributes

L_Umaxalign dummy
 
struct {
      CommonHeader
 
   struct Table *   metatable
 
   struct Table *   env
 
   size_t   len
 
uv
 

Detailed Description

Definition at line 430 of file lobject.h.

Member Data Documentation

Udata::CommonHeader

Definition at line 433 of file lobject.h.

L_Umaxalign Udata::dummy

Definition at line 431 of file lobject.h.

struct Table* Udata::env

Definition at line 435 of file lobject.h.

Referenced by luaS_newudata().

size_t Udata::len

Definition at line 436 of file lobject.h.

Referenced by luaS_newudata().

struct Table* Udata::metatable

Definition at line 434 of file lobject.h.

Referenced by luaS_newudata().

struct { ... } Udata::uv

Referenced by luaS_newudata().


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