Loading...
Searching...
No Matches
GrowableBuffer< PRIMITIVE > Member List

This is the complete list of members for GrowableBuffer< PRIMITIVE >, including all inherited members.

append(PRIMITIVE datum)GrowableBuffer< PRIMITIVE >inline
append(PRIMITIVE *external_pointer, size_t offset, size_t from, int64_t length) const noexceptGrowableBuffer< PRIMITIVE >inline
append_and_get_ref(PRIMITIVE datum)GrowableBuffer< PRIMITIVE >inline
arange(const BuilderOptions &options, int64_t length)GrowableBuffer< PRIMITIVE >inlinestatic
clear()GrowableBuffer< PRIMITIVE >inline
concatenate(PRIMITIVE *external_pointer) const noexceptGrowableBuffer< PRIMITIVE >inline
concatenate_from(PRIMITIVE *external_pointer, size_t to, size_t from) const noexceptGrowableBuffer< PRIMITIVE >inline
copy_as(const GrowableBuffer< PRIMITIVE > &other)GrowableBuffer< PRIMITIVE >inlinestatic
empty(const BuilderOptions &options)GrowableBuffer< PRIMITIVE >inlinestatic
empty(const BuilderOptions &options, int64_t minreserve)GrowableBuffer< PRIMITIVE >inlinestatic
extend(const PRIMITIVE *ptr, size_t size)GrowableBuffer< PRIMITIVE >inline
full(const BuilderOptions &options, PRIMITIVE value, int64_t length)GrowableBuffer< PRIMITIVE >inlinestatic
GrowableBuffer(const BuilderOptions &options, std::unique_ptr< PRIMITIVE[]> ptr, int64_t length, int64_t reserved)GrowableBuffer< PRIMITIVE >inline
GrowableBuffer(const BuilderOptions &options)GrowableBuffer< PRIMITIVE >inline
GrowableBuffer(GrowableBuffer &&other) noexceptGrowableBuffer< PRIMITIVE >inline
last() constGrowableBuffer< PRIMITIVE >inline
length() constGrowableBuffer< PRIMITIVE >inline
move_to(PRIMITIVE *to_ptr) noexceptGrowableBuffer< PRIMITIVE >inline
nbytes() constGrowableBuffer< PRIMITIVE >inline
options() constGrowableBuffer< PRIMITIVE >inline
zeros(const BuilderOptions &options, int64_t length)GrowableBuffer< PRIMITIVE >inlinestatic