native Lua  0.4.0
Lua on the platform you use with the compiler you choose
Data Fields
luaL_Buffer Struct Reference

#include <lauxlib.h>

Collaboration diagram for luaL_Buffer:
Collaboration graph
[legend]

Data Fields

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

Field Documentation

◆ b

char* luaL_Buffer::b

◆ initb

char luaL_Buffer::initb[LUAL_BUFFERSIZE]

◆ L

lua_State* luaL_Buffer::L

◆ n

size_t luaL_Buffer::n

◆ size

size_t luaL_Buffer::size

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