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 noexcept | GrowableBuffer< 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 noexcept | GrowableBuffer< PRIMITIVE > | inline |
concatenate_from(PRIMITIVE *external_pointer, size_t to, size_t from) const noexcept | GrowableBuffer< 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) noexcept | GrowableBuffer< PRIMITIVE > | inline |
last() const | GrowableBuffer< PRIMITIVE > | inline |
length() const | GrowableBuffer< PRIMITIVE > | inline |
move_to(PRIMITIVE *to_ptr) noexcept | GrowableBuffer< PRIMITIVE > | inline |
nbytes() const | GrowableBuffer< PRIMITIVE > | inline |
options() const | GrowableBuffer< PRIMITIVE > | inline |
zeros(const BuilderOptions &options, int64_t length) | GrowableBuffer< PRIMITIVE > | inlinestatic |