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

#include <lzio.h>

Data Fields

size_t n
 
const char * p
 
lua_Reader reader
 
void * data
 
lua_StateL
 

Detailed Description

Definition at line 56 of file lua-5.1.5/src/lzio.h.

Field Documentation

◆ data

void * Zio::data

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

Referenced by luaZ_fill(), and luaZ_init().

◆ L

lua_State * Zio::L

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

Referenced by luaZ_fill(), and luaZ_init().

◆ n

size_t Zio::n

Definition at line 57 of file lua-5.1.5/src/lzio.h.

Referenced by luaZ_fill(), luaZ_init(), luaZ_lookahead(), and luaZ_read().

◆ p

const char * Zio::p

Definition at line 58 of file lua-5.1.5/src/lzio.h.

Referenced by luaZ_fill(), luaZ_init(), luaZ_lookahead(), and luaZ_read().

◆ reader

lua_Reader Zio::reader

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

Referenced by luaZ_fill(), and luaZ_init().


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