address(reference x) const noexcept | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
address(const_reference x) const noexcept | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
allocate(size_type num, const void *hint=0) | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
Allocator class | CppCommon::Allocator< T, TMemoryManager, nothrow > | friend |
Allocator(TMemoryManager &manager) noexcept | CppCommon::Allocator< T, TMemoryManager, nothrow > | inlineexplicit |
Allocator(const Allocator< U, TMemoryManager, nothrow > &alloc) noexcept | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
Allocator(const Allocator &alloc) noexcept | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
Allocator(Allocator &&) noexcept=default | CppCommon::Allocator< T, TMemoryManager, nothrow > | |
const_pointer typedef | CppCommon::Allocator< T, TMemoryManager, nothrow > | |
const_reference typedef | CppCommon::Allocator< T, TMemoryManager, nothrow > | |
construct(U *ptr, Args &&... args) | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
Create(Args &&... args) | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
CreateArray(size_t length, Args &&... args) | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
deallocate(pointer ptr, size_type num) | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
destroy(U *ptr) | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
difference_type typedef | CppCommon::Allocator< T, TMemoryManager, nothrow > | |
max_size() const noexcept | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
operator=(const Allocator< U, TMemoryManager, nothrow > &alloc) noexcept | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
operator=(const Allocator &alloc) noexcept | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
operator=(Allocator &&) noexcept=default | CppCommon::Allocator< T, TMemoryManager, nothrow > | |
pointer typedef | CppCommon::Allocator< T, TMemoryManager, nothrow > | |
reference typedef | CppCommon::Allocator< T, TMemoryManager, nothrow > | |
Release(T *ptr) | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
ReleaseArray(T *ptr) | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
reset() | CppCommon::Allocator< T, TMemoryManager, nothrow > | inline |
size_type typedef | CppCommon::Allocator< T, TMemoryManager, nothrow > | |
value_type typedef | CppCommon::Allocator< T, TMemoryManager, nothrow > | |
~Allocator() noexcept=default | CppCommon::Allocator< T, TMemoryManager, nothrow > | |