Ocean
Loading...
Searching...
No Matches
Ocean::Value::BufferStruct Struct Reference

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.
 

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: