#include <flexbuffers.h>
Definition at line 277 of file flexbuffers.h.
◆ Vector()
flexbuffers::Vector::Vector |
( |
const uint8_t * |
data, |
|
|
uint8_t |
byte_width |
|
) |
| |
|
inline |
Definition at line 280 of file flexbuffers.h.
280:
Sized(data, byte_width) {}
Sized(const uint8_t *data, uint8_t byte_width)
◆ EmptyVector()
static Vector flexbuffers::Vector::EmptyVector |
( |
| ) |
|
|
inlinestatic |
◆ IsTheEmptyVector()
bool flexbuffers::Vector::IsTheEmptyVector |
( |
| ) |
const |
|
inline |
◆ operator[]()
Reference Vector::operator[] |
( |
size_t |
i | ) |
const |
|
inline |
The documentation for this class was generated from the following file: