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

#include <lauxlib.h>

Data Fields

char * p
 
int lvl
 
lua_StateL
 
char buffer [LUAL_BUFFERSIZE]
 
char * b
 
size_t size
 
size_t n
 
char initb [LUAL_BUFFERSIZE]
 
union { 
 
      LUAI_MAXALIGN 
 
   char   b [LUAL_BUFFERSIZE
 
init 
 

Detailed Description

Definition at line 129 of file lua-5.1.5/src/lauxlib.h.

Field Documentation

◆ b [1/2]

char * luaL_Buffer::b

◆ b [2/2]

char luaL_Buffer::b[LUAL_BUFFERSIZE]

Definition at line 190 of file lua-5.4.3/src/lauxlib.h.

◆ buffer

char luaL_Buffer::buffer[LUAL_BUFFERSIZE]

Definition at line 133 of file lua-5.1.5/src/lauxlib.h.

Referenced by emptybuffer(), luaL_buffinit(), and luaL_prepbuffer().

◆ [union]

union { ... } luaL_Buffer::init

Referenced by luaL_buffinit().

◆ initb

char luaL_Buffer::initb

Definition at line 148 of file lua-5.2.4/src/lauxlib.h.

Referenced by luaL_buffinit().

◆ L

◆ LUAI_MAXALIGN

luaL_Buffer::LUAI_MAXALIGN

Definition at line 189 of file lua-5.4.3/src/lauxlib.h.

◆ lvl

int luaL_Buffer::lvl

◆ n

size_t luaL_Buffer::n

◆ p

char* luaL_Buffer::p

Definition at line 130 of file lua-5.1.5/src/lauxlib.h.

Referenced by emptybuffer(), luaL_addvalue(), and luaL_buffinit().

◆ size

size_t luaL_Buffer::size

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