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
luaL_Buffer Struct Reference

#include <lauxlib.h>

Public Attributes

char * b
 
size_t size
 
size_t n
 
lua_StateL
 
char initb [LUAL_BUFFERSIZE]
 

Detailed Description

Definition at line 143 of file lauxlib.h.

Member Data Documentation

char* luaL_Buffer::b

Definition at line 144 of file lauxlib.h.

Referenced by luaL_buffinit(), luaL_prepbuffsize(), and luaL_pushresult().

char luaL_Buffer::initb[LUAL_BUFFERSIZE]

Definition at line 148 of file lauxlib.h.

Referenced by luaL_buffinit().

lua_State* luaL_Buffer::L

Definition at line 147 of file lauxlib.h.

Referenced by luaL_addvalue(), luaL_buffinit(), luaL_prepbuffsize(), and luaL_pushresult().

size_t luaL_Buffer::n

Definition at line 146 of file lauxlib.h.

Referenced by luaL_buffinit(), luaL_prepbuffsize(), and luaL_pushresult().

size_t luaL_Buffer::size

Definition at line 145 of file lauxlib.h.

Referenced by luaL_buffinit(), and luaL_prepbuffsize().


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