Ardour  8.7-14-g57a6773833
LClosure Struct Reference

#include <lobject.h>

Public Attributes

GCObjectnext
 
lu_byte tt
 
lu_byte marked
 
lu_byte nupvalues
 
GCObjectgclist
 
struct Protop
 
UpValupvals [1]
 

Detailed Description

Definition at line 453 of file lobject.h.

Member Data Documentation

◆ gclist

GCObject* LClosure::gclist

Definition at line 454 of file lobject.h.

◆ marked

lu_byte LClosure::marked

Definition at line 454 of file lobject.h.

◆ next

GCObject* LClosure::next

Definition at line 454 of file lobject.h.

◆ nupvalues

lu_byte LClosure::nupvalues

Definition at line 454 of file lobject.h.

◆ p

struct Proto* LClosure::p

Definition at line 455 of file lobject.h.

◆ tt

lu_byte LClosure::tt

Definition at line 454 of file lobject.h.

◆ upvals

UpVal* LClosure::upvals[1]

Definition at line 456 of file lobject.h.


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