Ocean
|
Definition of a struct combining memory pointer and size. More...
#include <Value.h>
Data Fields | |
void * | buffer_ |
Pointer of the buffer. | |
size_t | size_ |
The size of the buffer, in bytes. | |
Definition of a struct combining memory pointer and size.
void* Ocean::Value::BufferStruct::buffer_ |
Pointer of the buffer.
size_t Ocean::Value::BufferStruct::size_ |
The size of the buffer, in bytes.