Navigation
API > API/Plugins > API/Plugins/RigLogicLib
| Name | PolyAllocator |
| Type | class |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/pma/PolyAllocator.h |
| Include Path | #include "pma/PolyAllocator.h" |
Syntax
template<typename T, std::size_t Alignment, class TDefaultMemoryResource>
class PolyAllocator : public std::scoped_allocator_adaptor< impl::PolyAllocator< T, alignof(typename impl::max_align_of< T, impl::min_align_t >::type), DefaultMemoryResource > >
Inheritance Hierarchy
- PolyAllocator
- std::scoped_allocator_adaptor< impl::PolyAllocator< T, alignof(typename impl::max_align_of< T, impl::min_align_t >::type), DefaultMemoryResource > > → PolyAllocator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| pma/PolyAllocator.h | |||
PolyAllocator
(
MemoryResource* memRes |
pma/PolyAllocator.h | ||
PolyAllocator
(
const PolyAllocator< U, UAlignment, UDefaultMemoryResource >& rhs |
pma/PolyAllocator.h | ||
PolyAllocator
(
const impl::PolyAllocator< U, UAlignment, UDefaultMemoryResource >& rhs |
pma/PolyAllocator.h |
Structs
| Name | Remarks |
|---|---|
| rebind |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Base | std::scoped_allocator_adaptor< Impl > | pma/PolyAllocator.h | |
| Impl | impl::PolyAllocator< T, Alignment, TDefaultMemoryResource > | pma/PolyAllocator.h |