Ardour  8.7-14-g57a6773833
Value Union Reference

#include <lobject.h>

Public Attributes

GCObjectgc
 
void * p
 
int b
 
lua_CFunction f
 
lua_Integer i
 
lua_Number n
 

Detailed Description

Definition at line 100 of file lobject.h.

Member Data Documentation

◆ b

int Value::b

Definition at line 103 of file lobject.h.

◆ f

lua_CFunction Value::f

Definition at line 104 of file lobject.h.

◆ gc

GCObject* Value::gc

Definition at line 101 of file lobject.h.

◆ i

lua_Integer Value::i

Definition at line 105 of file lobject.h.

◆ n

lua_Number Value::n

Definition at line 106 of file lobject.h.

◆ p

void* Value::p

Definition at line 102 of file lobject.h.


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