Ocean
Ocean::Value::BufferStruct Struct Reference

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...
 

Detailed Description

Definition of a struct combining memory pointer and size.

Field Documentation

◆ buffer_

void* Ocean::Value::BufferStruct::buffer_

Pointer of the buffer.

◆ size_

size_t Ocean::Value::BufferStruct::size_

The size of the buffer, in bytes.


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