address(reference x) const noexcept | AllocatorBase< Type > | inline |
address(const_reference x) const noexcept | AllocatorBase< Type > | inline |
allocate(size_t n) | StackAllocator< Type, Size > | inline |
arena_ | StackAllocator< Type, Size > | private |
const_pointer typedef | StackAllocator< Type, Size > | |
const_reference typedef | StackAllocator< Type, Size > | |
construct(pointer p, const_reference value) | AllocatorBase< Type > | inline |
construct(SubType *p, Args &&... args) | AllocatorBase< Type > | inline |
deallocate(pointer p, size_t n) noexcept | StackAllocator< Type, Size > | inline |
destroy(pointer p) const noexcept | AllocatorBase< Type > | inline |
destroy(SubType *p) const noexcept | AllocatorBase< Type > | inline |
difference_type typedef | StackAllocator< Type, Size > | |
is_always_equal typedef | StackAllocator< Type, Size > | |
max_size() const noexcept | AllocatorBase< Type > | inline |
operator!=(const StackAllocator< Other, OtherSize > &other) const noexcept | StackAllocator< Type, Size > | inline |
operator=(const StackAllocator &) noexcept=default | StackAllocator< Type, Size > | |
operator=(StackAllocator &&) noexcept=default | StackAllocator< Type, Size > | |
operator==(const StackAllocator< Other, OtherSize > &other) const noexcept | StackAllocator< Type, Size > | inline |
pointer typedef | StackAllocator< Type, Size > | |
propagate_on_container_move_assignment typedef | AllocatorBase< Type > | |
reference typedef | StackAllocator< Type, Size > | |
size_type typedef | StackAllocator< Type, Size > | |
StackAllocator() noexcept | StackAllocator< Type, Size > | inline |
StackAllocator(StackArena< Size > &arena) noexcept | StackAllocator< Type, Size > | inlineexplicit |
StackAllocator(const StackAllocator< Other, Size > &other) noexcept | StackAllocator< Type, Size > | inline |
StackAllocator(const StackAllocator &) noexcept=default | StackAllocator< Type, Size > | |
StackAllocator(StackAllocator &&) noexcept=default | StackAllocator< Type, Size > | |
value_type typedef | StackAllocator< Type, Size > | |