cocos2d-x  3.0-beta2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
luasocket_buffer.h File Reference
#include "lua.h"
#include "luasocket_io.h"
#include "timeout.h"

Classes

struct  t_buffer
 

Macros

#define BUF_SIZE   8192

Typedefs

typedef t_bufferp_buffer

Functions

int  (lua_State *L)
void  (p_buffer buf, p_io io, p_timeout tm)
int  (lua_State *L, p_buffer buf)
int  (lua_State *L, p_buffer buf)
int  (lua_State *L, p_buffer buf)
int  (lua_State *L, p_buffer buf)
int  (p_buffer buf)

Macro Definition Documentation

#define BUF_SIZE   8192

Typedef Documentation

typedef t_buffer* p_buffer
var p_buffer
local p_buffer

Function Documentation

int buffer_open ( lua_State L)
var buffer_open ( var  L)
local buffer_open ( local  L)
void buffer_init ( p_buffer  buf,
p_io  io,
p_timeout  tm 
)
var buffer_init ( var  buf,
var  io,
var  tm 
)
local buffer_init ( local  buf,
local  io,
local  tm 
)
int buffer_meth_send ( lua_State L,
p_buffer  buf 
)
var buffer_meth_send ( var  L,
var  buf 
)
local buffer_meth_send ( local  L,
local  buf 
)
int buffer_meth_receive ( lua_State L,
p_buffer  buf 
)
var buffer_meth_receive ( var  L,
var  buf 
)
local buffer_meth_receive ( local  L,
local  buf 
)
int buffer_meth_getstats ( lua_State L,
p_buffer  buf 
)
var buffer_meth_getstats ( var  L,
var  buf 
)
local buffer_meth_getstats ( local  L,
local  buf 
)
int buffer_meth_setstats ( lua_State L,
p_buffer  buf 
)
var buffer_meth_setstats ( var  L,
var  buf 
)
local buffer_meth_setstats ( local  L,
local  buf 
)
int buffer_isempty ( p_buffer  buf)
var buffer_isempty ( var  buf)
local buffer_isempty ( local  buf)