Thrill  0.1
Allocator< Type > Member List

This is the complete list of members for Allocator< Type >, including all inherited members.

address(reference x) const noexceptAllocatorBase< Type >inline
address(const_reference x) const noexceptAllocatorBase< Type >inline
allocate(size_type n, const void *=nullptr)Allocator< Type >inline
Allocator(Manager &manager) noexceptAllocator< Type >inlineexplicit
Allocator(const Allocator &) noexcept=defaultAllocator< Type >
Allocator(const Allocator< OtherType > &other) noexceptAllocator< Type >inline
const_pointer typedefAllocator< Type >
const_reference typedefAllocator< Type >
construct(pointer p, const_reference value)AllocatorBase< Type >inline
construct(SubType *p, Args &&... args)AllocatorBase< Type >inline
deallocate(pointer p, size_type n) const noexceptAllocator< Type >inline
debugAllocator< Type >privatestatic
destroy(pointer p) const noexceptAllocatorBase< Type >inline
destroy(SubType *p) const noexceptAllocatorBase< Type >inline
difference_type typedefAllocator< Type >
is_always_equal typedefAllocator< Type >
manager_Allocator< Type >
max_size() const noexceptAllocatorBase< Type >inline
operator!=(const Allocator< Other > &other) const noexceptAllocator< Type >inline
operator=(const Allocator &) noexcept=defaultAllocator< Type >
operator==(const Allocator< Other > &other) const noexceptAllocator< Type >inline
pointer typedefAllocator< Type >
propagate_on_container_move_assignment typedefAllocatorBase< Type >
reference typedefAllocator< Type >
size_type typedefAllocator< Type >
value_type typedefAllocator< Type >