Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
Value Union Reference

#include <lobject.h>

Data Fields

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

Detailed Description

Definition at line 59 of file lua-5.1.5/src/lobject.h.

Field Documentation

◆ b

int Value::b

Definition at line 63 of file lua-5.1.5/src/lobject.h.

◆ f

lua_CFunction Value::f

Definition at line 392 of file lua-5.2.4/src/lobject.h.

◆ gc [1/2]

GCObject * Value::gc

Definition at line 60 of file lua-5.1.5/src/lobject.h.

◆ gc [2/2]

struct GCObject* Value::gc

Definition at line 50 of file lua-5.4.3/src/lobject.h.

◆ i

lua_Integer Value::i

Definition at line 105 of file lua-5.3.6/src/lobject.h.

◆ n

lua_Number Value::n

Definition at line 62 of file lua-5.1.5/src/lobject.h.

◆ p

void * Value::p

Definition at line 61 of file lua-5.1.5/src/lobject.h.


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