#include <flexbuffers.h>
Definition at line 292 of file flexbuffers.h.
◆ TypedVector()
flexbuffers::TypedVector::TypedVector |
( |
const uint8_t * |
data, |
|
|
uint8_t |
byte_width, |
|
|
Type |
element_type |
|
) |
| |
|
inline |
Definition at line 295 of file flexbuffers.h.
296 :
Sized(data, byte_width), type_(element_type)
297 {
298 }
Sized(const uint8_t *data, uint8_t byte_width)
◆ ElementType()
Type flexbuffers::TypedVector::ElementType |
( |
| ) |
|
|
inline |
◆ EmptyTypedVector()
static TypedVector flexbuffers::TypedVector::EmptyTypedVector |
( |
| ) |
|
|
inlinestatic |
◆ IsTheEmptyVector()
bool flexbuffers::TypedVector::IsTheEmptyVector |
( |
| ) |
const |
|
inline |
◆ operator[]()
Reference flexbuffers::TypedVector::operator[] |
( |
size_t |
i | ) |
const |
|
inline |
◆ Reference
friend flexbuffers::TypedVector::Reference |
The documentation for this class was generated from the following file: