#include <lzio.h>
Public Attributes | |
size_t | n |
const char * | p |
lua_Reader | reader |
void * | data |
lua_State * | L |
void* Zio::data |
Definition at line 57 of file lzio.h.
Referenced by luaZ_fill(), and luaZ_init().
lua_State* Zio::L |
Definition at line 58 of file lzio.h.
Referenced by luaZ_fill(), and luaZ_init().
size_t Zio::n |
Definition at line 54 of file lzio.h.
Referenced by luaZ_fill(), luaZ_init(), and luaZ_read().
const char* Zio::p |
Definition at line 55 of file lzio.h.
Referenced by luaZ_fill(), luaZ_init(), and luaZ_read().
lua_Reader Zio::reader |
Definition at line 56 of file lzio.h.
Referenced by luaZ_fill(), and luaZ_init().