alloc_ | basic_memory_buffer< T, SIZE, Allocator > | private |
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) FMT_NOEXCEPT | basic_memory_buffer< T, SIZE, Allocator > | inline |
begin() FMT_NOEXCEPT | detail::buffer< T > | inline |
begin() const FMT_NOEXCEPT | detail::buffer< T > | inline |
buffer(size_t sz) FMT_NOEXCEPT | detail::buffer< T > | inlineprotected |
buffer(T *p=nullptr, size_t sz=0, size_t cap=0) FMT_NOEXCEPT | detail::buffer< T > | inlineprotected |
buffer(const buffer &)=delete | detail::buffer< T > | |
capacity() const FMT_NOEXCEPT | detail::buffer< T > | inline |
clear() | detail::buffer< T > | inline |
const_reference typedef | basic_memory_buffer< T, SIZE, Allocator > | |
data() FMT_NOEXCEPT | detail::buffer< T > | inline |
data() const FMT_NOEXCEPT | detail::buffer< T > | inline |
deallocate() | basic_memory_buffer< T, SIZE, Allocator > | inlineprivate |
end() FMT_NOEXCEPT | detail::buffer< T > | inline |
end() const FMT_NOEXCEPT | detail::buffer< T > | inline |
get_allocator() const | basic_memory_buffer< T, SIZE, Allocator > | inline |
grow(size_t size) final FMT_OVERRIDE | basic_memory_buffer< T, SIZE, Allocator > | protectedvirtual |
move(basic_memory_buffer &other) | basic_memory_buffer< T, SIZE, Allocator > | inlineprivate |
operator=(basic_memory_buffer &&other) FMT_NOEXCEPT | basic_memory_buffer< T, SIZE, Allocator > | inline |
detail::buffer::operator=(const buffer &)=delete | detail::buffer< T > | |
operator[](I index) | detail::buffer< T > | inline |
operator[](I index) const | 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) FMT_NOEXCEPT | detail::buffer< T > | inlineprotected |
size() const FMT_NOEXCEPT | detail::buffer< T > | inline |
store_ | basic_memory_buffer< T, SIZE, Allocator > | private |
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 |