#include <flexbuffers.h>
|
| Blob (const uint8_t *data_buf, uint8_t byte_width) |
|
bool | IsTheEmptyBlob () const |
|
const uint8_t * | data () const |
|
| Sized (const uint8_t *data, uint8_t byte_width) |
|
| Sized (const uint8_t *data, uint8_t byte_width, size_t sz) |
|
size_t | size () const |
|
size_t | read_size () const |
|
| Object (const uint8_t *data, uint8_t byte_width) |
|
Definition at line 263 of file flexbuffers.h.
◆ Blob()
flexbuffers::Blob::Blob |
( |
const uint8_t * |
data_buf, |
|
|
uint8_t |
byte_width |
|
) |
| |
|
inline |
Definition at line 266 of file flexbuffers.h.
266:
Sized(data_buf, byte_width) {}
Sized(const uint8_t *data, uint8_t byte_width)
◆ data()
const uint8_t * flexbuffers::Blob::data |
( |
| ) |
const |
|
inline |
◆ EmptyBlob()
static Blob flexbuffers::Blob::EmptyBlob |
( |
| ) |
|
|
inlinestatic |
◆ IsTheEmptyBlob()
bool flexbuffers::Blob::IsTheEmptyBlob |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: