#include <flatbuffers.h>
Definition at line 535 of file flatbuffers.h.
flatbuffers::vector_downward::vector_downward |
( |
size_t |
initial_size, |
|
|
Allocator * |
allocator, |
|
|
bool |
own_allocator, |
|
|
size_t |
buffer_minalign |
|
) |
| |
|
inlineexplicit |
flatbuffers::vector_downward::~vector_downward |
( |
| ) |
|
|
inline |
size_t flatbuffers::vector_downward::capacity |
( |
| ) |
const |
|
inline |
void flatbuffers::vector_downward::clear |
( |
| ) |
|
|
inline |
void flatbuffers::vector_downward::clear_scratch |
( |
| ) |
|
|
inline |
uint8_t* flatbuffers::vector_downward::data |
( |
| ) |
const |
|
inline |
uint8_t* flatbuffers::vector_downward::data_at |
( |
size_t |
offset | ) |
const |
|
inline |
size_t flatbuffers::vector_downward::ensure_space |
( |
size_t |
len | ) |
|
|
inline |
void flatbuffers::vector_downward::fill |
( |
size_t |
zero_pad_bytes | ) |
|
|
inline |
void flatbuffers::vector_downward::fill_big |
( |
size_t |
zero_pad_bytes | ) |
|
|
inline |
Allocator& flatbuffers::vector_downward::get_allocator |
( |
| ) |
|
|
inline |
uint8_t* flatbuffers::vector_downward::make_space |
( |
size_t |
len | ) |
|
|
inline |
void flatbuffers::vector_downward::pop |
( |
size_t |
bytes_to_remove | ) |
|
|
inline |
void flatbuffers::vector_downward::push |
( |
const uint8_t * |
bytes, |
|
|
size_t |
num |
|
) |
| |
|
inline |
template<typename T >
void flatbuffers::vector_downward::push_small |
( |
const T & |
little_endian_t | ) |
|
|
inline |
void flatbuffers::vector_downward::reallocate |
( |
size_t |
len | ) |
|
|
inlineprivate |
void flatbuffers::vector_downward::reset |
( |
| ) |
|
|
inline |
uint8_t* flatbuffers::vector_downward::scratch_data |
( |
| ) |
const |
|
inline |
uint8_t* flatbuffers::vector_downward::scratch_end |
( |
| ) |
const |
|
inline |
void flatbuffers::vector_downward::scratch_pop |
( |
size_t |
bytes_to_remove | ) |
|
|
inline |
template<typename T >
void flatbuffers::vector_downward::scratch_push_small |
( |
const T & |
t | ) |
|
|
inline |
uoffset_t flatbuffers::vector_downward::scratch_size |
( |
| ) |
const |
|
inline |
uoffset_t flatbuffers::vector_downward::size |
( |
| ) |
const |
|
inline |
Allocator* flatbuffers::vector_downward::allocator_ |
|
private |
uint8_t* flatbuffers::vector_downward::buf_ |
|
private |
size_t flatbuffers::vector_downward::buffer_minalign_ |
|
private |
uint8_t* flatbuffers::vector_downward::cur_ |
|
private |
size_t flatbuffers::vector_downward::initial_size_ |
|
private |
bool flatbuffers::vector_downward::own_allocator_ |
|
private |
size_t flatbuffers::vector_downward::reserved_ |
|
private |
uint8_t* flatbuffers::vector_downward::scratch_ |
|
private |
The documentation for this class was generated from the following file: