Ardour  8.7-14-g57a6773833
CClosure Struct Reference

#include <lobject.h>

Public Attributes

GCObjectnext
 
lu_byte tt
 
lu_byte marked
 
lu_byte nupvalues
 
GCObjectgclist
 
lua_CFunction f
 
TValue upvalue [1]
 

Detailed Description

Definition at line 446 of file lobject.h.

Member Data Documentation

◆ f

lua_CFunction CClosure::f

Definition at line 448 of file lobject.h.

◆ gclist

GCObject* CClosure::gclist

Definition at line 447 of file lobject.h.

◆ marked

lu_byte CClosure::marked

Definition at line 447 of file lobject.h.

◆ next

GCObject* CClosure::next

Definition at line 447 of file lobject.h.

◆ nupvalues

lu_byte CClosure::nupvalues

Definition at line 447 of file lobject.h.

◆ tt

lu_byte CClosure::tt

Definition at line 447 of file lobject.h.

◆ upvalue

TValue CClosure::upvalue[1]

Definition at line 449 of file lobject.h.


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