![]() |
Byte Buffer.
Definition at line 34 of file src/include/aerospike/as_buffer.h.
#include "as_buffer.h"
Data Fields | |
uint32_t | capacity |
uint8_t * | data |
uint32_t | size |
uint32_t as_buffer::capacity |
Number of bytes allocated to the buffer
Definition at line 39 of file src/include/aerospike/as_buffer.h.
uint8_t * as_buffer::data |
Bytes of the buffer
Definition at line 49 of file src/include/aerospike/as_buffer.h.
uint32_t as_buffer::size |
Number of bytes used
Definition at line 44 of file src/include/aerospike/as_buffer.h.