Buffer Struct Reference#
|
Runtime Library v0.30
Mobilint SDK qb
|
mobilint::Buffer Struct Reference
A simple byte-sized buffer. More...
#include <type.h>
Public Attributes | |
| int8_t * | data = nullptr |
| uint64_t | size = 0 |
Detailed Description
A simple byte-sized buffer.
This struct represents a contiguous block of memory for storing byte-sized data.
Member Data Documentation
◆ data
| int8_t* mobilint::Buffer::data = nullptr |
◆ size
| uint64_t mobilint::Buffer::size = 0 |
The documentation for this struct was generated from the following file:
Generated by