OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
_ThriftMemoryBuffer Struct Reference

#include <thrift_memory_buffer.h>

Collaboration diagram for _ThriftMemoryBuffer:

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
 

Detailed Description

ThriftMemoryBuffer instance.

Definition at line 34 of file thrift_memory_buffer.h.

Member Data Documentation

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.


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