VIPRA Documentation
|
This is the complete list of members for basic_memory_buffer< T, SIZE, Allocator >, including all inherited members.
append(const ContiguousRange &range) (defined in basic_memory_buffer< T, SIZE, Allocator >) | basic_memory_buffer< T, SIZE, Allocator > | inline |
detail::buffer::append(const U *begin, const U *end) | detail::buffer< T > | inline |
basic_memory_buffer(const Allocator &alloc=Allocator()) (defined in basic_memory_buffer< T, SIZE, 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 * (defined in detail::buffer< T >) | detail::buffer< T > | inline |
begin() const noexcept -> const T * (defined in detail::buffer< T >) | detail::buffer< T > | inline |
buffer(grow_fun grow, size_t sz) noexcept (defined in detail::buffer< T >) | detail::buffer< T > | inlineprotected |
buffer(grow_fun grow, T *p=nullptr, size_t sz=0, size_t cap=0) noexcept (defined in detail::buffer< T >) | detail::buffer< T > | inlineprotected |
buffer(buffer &&)=default (defined in detail::buffer< T >) | detail::buffer< T > | protected |
buffer(const buffer &)=delete (defined in detail::buffer< T >) | detail::buffer< T > | |
capacity() const noexcept -> size_t | detail::buffer< T > | inline |
clear() | detail::buffer< T > | inline |
const_reference typedef (defined in basic_memory_buffer< T, SIZE, Allocator >) | basic_memory_buffer< T, SIZE, Allocator > | |
data() noexcept -> T * | detail::buffer< T > | inline |
data() const noexcept -> const T * (defined in detail::buffer< T >) | detail::buffer< T > | inline |
end() noexcept -> T * (defined in detail::buffer< T >) | detail::buffer< T > | inline |
end() const noexcept -> const T * (defined in detail::buffer< T >) | detail::buffer< T > | inline |
get_allocator() const -> Allocator (defined in basic_memory_buffer< T, SIZE, Allocator >) | basic_memory_buffer< T, SIZE, Allocator > | inline |
operator=(basic_memory_buffer &&other) noexcept -> basic_memory_buffer & | basic_memory_buffer< T, SIZE, Allocator > | inline |
operator=(const buffer &)=delete (defined in detail::buffer< T >) | detail::buffer< T > | |
operator[](Idx index) -> T & (defined in detail::buffer< T >) | detail::buffer< T > | inline |
operator[](Idx index) const -> const T & (defined in detail::buffer< T >) | detail::buffer< T > | inline |
push_back(const T &value) (defined in detail::buffer< T >) | 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) (defined in detail::buffer< T >) | detail::buffer< T > | inline |
try_resize(size_t count) (defined in detail::buffer< T >) | detail::buffer< T > | inline |
value_type typedef (defined in basic_memory_buffer< T, SIZE, Allocator >) | basic_memory_buffer< T, SIZE, Allocator > | |
~basic_memory_buffer() (defined in basic_memory_buffer< T, SIZE, Allocator >) | basic_memory_buffer< T, SIZE, Allocator > | inline |
~buffer()=default (defined in detail::buffer< T >) | detail::buffer< T > | protected |