Ardour  8.7-14-g57a6773833
Table Struct Reference

#include <lobject.h>

Public Attributes

GCObjectnext
 
lu_byte tt
 
lu_byte marked
 
lu_byte flags
 
lu_byte lsizenode
 
unsigned int sizearray
 
TValuearray
 
Nodenode
 
Nodelastfree
 
struct Tablemetatable
 
GCObjectgclist
 

Detailed Description

Definition at line 497 of file lobject.h.

Member Data Documentation

◆ array

TValue* Table::array

Definition at line 502 of file lobject.h.

◆ flags

lu_byte Table::flags

Definition at line 499 of file lobject.h.

◆ gclist

GCObject* Table::gclist

Definition at line 506 of file lobject.h.

◆ lastfree

Node* Table::lastfree

Definition at line 504 of file lobject.h.

◆ lsizenode

lu_byte Table::lsizenode

Definition at line 500 of file lobject.h.

◆ marked

lu_byte Table::marked

Definition at line 498 of file lobject.h.

◆ metatable

struct Table* Table::metatable

Definition at line 505 of file lobject.h.

◆ next

GCObject* Table::next

Definition at line 498 of file lobject.h.

◆ node

Node* Table::node

Definition at line 503 of file lobject.h.

◆ sizearray

unsigned int Table::sizearray

Definition at line 501 of file lobject.h.

◆ tt

lu_byte Table::tt

Definition at line 498 of file lobject.h.


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