MAGE  v0.171.0
Matthias Advanced Game Engine
mage::MemoryArena::Allocator< T > Member List

This is the complete list of members for mage::MemoryArena::Allocator< T >, including all inherited members.

allocate(std::size_t count)mage::MemoryArena::Allocator< T >
allocate(std::size_t count, [[maybe_unused]] const void *hint)mage::MemoryArena::Allocator< T >
Allocator(const Allocator &allocator) noexcept=defaultmage::MemoryArena::Allocator< T >
Allocator(Allocator &&allocator) noexcept=defaultmage::MemoryArena::Allocator< T >
Allocator(const Allocator< U > &allocator) noexceptmage::MemoryArena::Allocator< T >
Allocator(NotNull< MemoryArena * > memory_arena) noexceptmage::MemoryArena::Allocator< T >explicitprivate
deallocate([[maybe_unused]] T *data, [[maybe_unused]] std::size_t count) const noexceptmage::MemoryArena::Allocator< T >
difference_type typedefmage::MemoryArena::Allocator< T >
is_always_equal typedefmage::MemoryArena::Allocator< T >
m_memory_arenamage::MemoryArena::Allocator< T >private
MemoryArena classmage::MemoryArena::Allocator< T >friend
operator!=(const Allocator< U > &rhs) const noexceptmage::MemoryArena::Allocator< T >
operator=(const Allocator &allocator)=deletemage::MemoryArena::Allocator< T >
operator=(Allocator &&allocator) noexcept=defaultmage::MemoryArena::Allocator< T >
operator==(const Allocator< U > &rhs) const noexceptmage::MemoryArena::Allocator< T >
propagate_on_container_move_assignment typedefmage::MemoryArena::Allocator< T >
size_type typedefmage::MemoryArena::Allocator< T >
value_type typedefmage::MemoryArena::Allocator< T >
~Allocator()=defaultmage::MemoryArena::Allocator< T >