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

Data Fields

lua_StateL
 
lua_Writer writer
 
void * data
 
int strip
 
int status
 

Detailed Description

Definition at line 18 of file lua-5.1.5/src/ldump.c.

Field Documentation

◆ data

void * DumpState::data

Definition at line 21 of file lua-5.1.5/src/ldump.c.

Referenced by DumpBlock(), DumpBlock(), DumpBlock(), dumpBlock(), and luaU_dump().

◆ L

lua_State * DumpState::L

Definition at line 19 of file lua-5.1.5/src/ldump.c.

Referenced by DumpBlock(), DumpBlock(), DumpBlock(), dumpBlock(), and luaU_dump().

◆ status

int DumpState::status

Definition at line 23 of file lua-5.1.5/src/ldump.c.

Referenced by DumpBlock(), DumpBlock(), DumpBlock(), dumpBlock(), and luaU_dump().

◆ strip

int DumpState::strip

◆ writer

lua_Writer DumpState::writer

Definition at line 20 of file lua-5.1.5/src/ldump.c.

Referenced by DumpBlock(), DumpBlock(), DumpBlock(), dumpBlock(), and luaU_dump().


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