Public Attributes | |
lua_State * | L |
lua_Writer | writer |
void * | data |
int | strip |
int | status |
void* DumpState::data |
Definition at line 20 of file ldump.cpp.
Referenced by DumpBlock(), and luaU_dump().
lua_State* DumpState::L |
Definition at line 18 of file ldump.cpp.
Referenced by DumpBlock(), and luaU_dump().
int DumpState::status |
Definition at line 22 of file ldump.cpp.
Referenced by DumpBlock(), and luaU_dump().
int DumpState::strip |
Definition at line 21 of file ldump.cpp.
Referenced by DumpDebug(), and luaU_dump().
lua_Writer DumpState::writer |
Definition at line 19 of file ldump.cpp.
Referenced by DumpBlock(), and luaU_dump().