native Lua  0.4.0
Lua on the platform you use with the compiler you choose
Data Fields
Table Struct Reference

#include <lobject.h>

Collaboration diagram for Table:
Collaboration graph
[legend]

Data Fields

 CommonHeader
 
lu_byte flags
 
lu_byte lsizenode
 
unsigned int sizearray
 
TValuearray
 
Nodenode
 
Nodelastfree
 
struct Tablemetatable
 
GCObjectgclist
 

Field Documentation

◆ array

TValue* Table::array

◆ CommonHeader

Table::CommonHeader

◆ flags

lu_byte Table::flags

◆ gclist

GCObject* Table::gclist

◆ lastfree

Node* Table::lastfree

◆ lsizenode

lu_byte Table::lsizenode

◆ metatable

struct Table* Table::metatable

◆ node

Node* Table::node

◆ sizearray

unsigned int Table::sizearray

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