Ocean
|
Definition of a struct combining memory pointer and size. More...
Data Fields | |
void * | buffer_ |
Pointer of the buffer. More... | |
size_t | size_ |
The size of the buffer, in bytes. More... | |
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.