The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
Zio Struct Reference

#include <lzio.h>

Public Attributes

size_t n
 
const char * p
 
lua_Reader reader
 
voiddata
 
lua_StateL
 

Detailed Description

Definition at line 53 of file lzio.h.

Member Data Documentation

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().


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