xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::lockFree::Pool< Element, Allocator > Member List

This is the complete list of members for xentara::utils::lockFree::Pool< Element, Allocator >, including all inherited members.

allocate() -> pointerxentara::utils::lockFree::Pool< Element, Allocator >
allocate(std::nothrow_t) noexcept -> pointerxentara::utils::lockFree::Pool< Element, Allocator >
allocateWithIndex() -> std::pair< pointer, size_type >xentara::utils::lockFree::Pool< Element, Allocator >
allocateWithIndex(std::nothrow_t) noexcept -> std::pair< pointer, size_type >xentara::utils::lockFree::Pool< Element, Allocator >
allocator_type typedefxentara::utils::lockFree::Pool< Element, Allocator >
capacity() const noexcept -> size_typexentara::utils::lockFree::Pool< Element, Allocator >
const_pointer typedefxentara::utils::lockFree::Pool< Element, Allocator >
const_reference typedefxentara::utils::lockFree::Pool< Element, Allocator >
deallocate(pointer element) noexcept -> voidxentara::utils::lockFree::Pool< Element, Allocator >
deallocateAll() noexcept -> voidxentara::utils::lockFree::Pool< Element, Allocator >
deallocateAt(size_type index) noexcept -> voidxentara::utils::lockFree::Pool< Element, Allocator >
difference_type typedefxentara::utils::lockFree::Pool< Element, Allocator >
index(const_reference element) const noexcept -> size_typexentara::utils::lockFree::Pool< Element, Allocator >
max_size() const noexcept -> size_typexentara::utils::lockFree::Pool< Element, Allocator >
operator[](size_type index) noexcept -> referencexentara::utils::lockFree::Pool< Element, Allocator >
operator[](size_type index) const noexcept -> const_referencexentara::utils::lockFree::Pool< Element, Allocator >
pointer typedefxentara::utils::lockFree::Pool< Element, Allocator >
Pool() noexcept(noexcept(Allocator()))=defaultxentara::utils::lockFree::Pool< Element, Allocator >
Pool(const Allocator &allocator) noexceptxentara::utils::lockFree::Pool< Element, Allocator >explicit
Pool(size_type capacity)xentara::utils::lockFree::Pool< Element, Allocator >explicit
Pool(size_type capacity, const Allocator &allocator)xentara::utils::lockFree::Pool< Element, Allocator >explicit
reference typedefxentara::utils::lockFree::Pool< Element, Allocator >
reset(size_type size) -> voidxentara::utils::lockFree::Pool< Element, Allocator >
size_type typedefxentara::utils::lockFree::Pool< Element, Allocator >
value_type typedefxentara::utils::lockFree::Pool< Element, Allocator >