Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
lua_State * | L |
lua_Writer | writer |
void * | data |
int | strip |
int | status |
Definition at line 18 of file lua-5.1.5/src/ldump.c.
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().
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().
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().
int DumpState::strip |
Definition at line 22 of file lua-5.1.5/src/ldump.c.
Referenced by DumpDebug(), DumpDebug(), DumpDebug(), dumpDebug(), DumpFunction(), DumpFunction(), dumpFunction(), and luaU_dump().
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().