OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
thrift_memory_buffer.h File Reference

Implementation of a Thrift memory buffer transport. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _ThriftMemoryBuffer
 

Typedefs

typedef struct _ThriftMemoryBuffer ThriftMemoryBuffer
 

Functions

void thrift_memory_buffer_init (ThriftMemoryBuffer *transport, void *buf, u_int32_t size)
 
int thrift_memory_buffer_wrote_bytes (ThriftMemoryBuffer *t, u_int32_t len)
 

Detailed Description

Implementation of a Thrift memory buffer transport.

Definition in file thrift_memory_buffer.h.

Typedef Documentation

Definition at line 46 of file thrift_memory_buffer.h.

Function Documentation

void thrift_memory_buffer_init ( ThriftMemoryBuffer transport,
void *  buf,
u_int32_t  size 
)
int thrift_memory_buffer_wrote_bytes ( ThriftMemoryBuffer t,
u_int32_t  len 
)