Unsettled API - A pointer to a mutable memory region with a size. More...
#include <connection_driver.hpp>
Public Member Functions | |
mutable_buffer (char *data_=0, size_t size_=0) | |
Construct a buffer starting at data_ with size_ bytes. | |
Public Attributes | |
char * | data |
Beginning of the buffered data. | |
size_t | size |
Number of bytes in the buffer. | |
Unsettled API - A pointer to a mutable memory region with a size.