native Lua  0.4.0
Lua on the platform you use with the compiler you choose
Data Fields
Value Union Reference

#include <lobject.h>

Collaboration diagram for Value:
Collaboration graph
[legend]

Data Fields

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

Field Documentation

◆ b

int Value::b

◆ f

lua_CFunction Value::f

◆ gc

GCObject* Value::gc

◆ i

lua_Integer Value::i

◆ n

lua_Number Value::n

◆ p

void* Value::p

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