append(const ContiguousRange &range) | basic_memory_buffer< T, SIZE, Allocator > | inline |
detail::buffer::append(const U *begin, const U *end) | detail::buffer< T > | |
basic_memory_buffer(const Allocator &alloc=Allocator()) | basic_memory_buffer< T, SIZE, Allocator > | inlineexplicit |
basic_memory_buffer(basic_memory_buffer &&other) noexcept | basic_memory_buffer< T, SIZE, Allocator > | inline |
begin() noexcept -> T * | detail::buffer< T > | inline |
begin() const noexcept -> const T * | detail::buffer< T > | inline |
buffer(size_t sz) noexcept | detail::buffer< T > | inlineprotected |
buffer(T *p=nullptr, size_t sz=0, size_t cap=0) noexcept | detail::buffer< T > | inlineprotected |
buffer(buffer &&)=default | detail::buffer< T > | protected |
buffer(const buffer &)=delete | detail::buffer< T > | |
capacity() const noexcept -> size_t | detail::buffer< T > | inline |
clear() | detail::buffer< T > | inline |
const_reference typedef | basic_memory_buffer< T, SIZE, Allocator > | |
data() noexcept -> T * | detail::buffer< T > | inline |
data() const noexcept -> const T * | detail::buffer< T > | inline |
end() noexcept -> T * | detail::buffer< T > | inline |
end() const noexcept -> const T * | detail::buffer< T > | inline |
get_allocator() const -> Allocator | basic_memory_buffer< T, SIZE, Allocator > | inline |
grow(size_t size) override | basic_memory_buffer< T, SIZE, Allocator > | inlineprotectedvirtual |
operator=(basic_memory_buffer &&other) noexcept -> basic_memory_buffer & | basic_memory_buffer< T, SIZE, Allocator > | inline |
detail::buffer::operator=(const buffer &)=delete | detail::buffer< T > | |
operator[](Idx index) -> T & | detail::buffer< T > | inline |
operator[](Idx index) const -> const T & | detail::buffer< T > | inline |
push_back(const T &value) | detail::buffer< T > | inline |
reserve(size_t new_capacity) | basic_memory_buffer< T, SIZE, Allocator > | inline |
resize(size_t count) | basic_memory_buffer< T, SIZE, Allocator > | inline |
set(T *buf_data, size_t buf_capacity) noexcept | detail::buffer< T > | inlineprotected |
size() const noexcept -> size_t | detail::buffer< T > | inline |
try_reserve(size_t new_capacity) | detail::buffer< T > | inline |
try_resize(size_t count) | detail::buffer< T > | inline |
value_type typedef | basic_memory_buffer< T, SIZE, Allocator > | |
~basic_memory_buffer() | basic_memory_buffer< T, SIZE, Allocator > | inline |
~buffer()=default | detail::buffer< T > | protected |