OpenSDN source code
|
#include <thrift_memory_buffer.h>
Public Attributes | |
ThriftTransport | tt |
u_int8_t * | buf |
u_int32_t | buf_roffset |
u_int32_t | buf_woffset |
u_int32_t | buf_size |
u_int8_t | owner |
ThriftMemoryBuffer instance.
Definition at line 34 of file thrift_memory_buffer.h.
u_int8_t* _ThriftMemoryBuffer::buf |
Definition at line 40 of file thrift_memory_buffer.h.
u_int32_t _ThriftMemoryBuffer::buf_roffset |
Definition at line 41 of file thrift_memory_buffer.h.
u_int32_t _ThriftMemoryBuffer::buf_size |
Definition at line 43 of file thrift_memory_buffer.h.
u_int32_t _ThriftMemoryBuffer::buf_woffset |
Definition at line 42 of file thrift_memory_buffer.h.
u_int8_t _ThriftMemoryBuffer::owner |
Definition at line 44 of file thrift_memory_buffer.h.
ThriftTransport _ThriftMemoryBuffer::tt |
Definition at line 37 of file thrift_memory_buffer.h.