Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fx_memory_wrappers.h>
Classes | |
struct | rebind |
Public Types | |
using | value_type = T |
using | pointer = T* |
using | const_pointer = const T* |
using | reference = T& |
using | const_reference = const T& |
using | size_type = size_t |
using | difference_type = ptrdiff_t |
Public Member Functions | |
FxPartitionAllocAllocator () noexcept=default | |
FxPartitionAllocAllocator (const FxPartitionAllocAllocator &other) noexcept=default | |
~FxPartitionAllocAllocator ()=default | |
template<typename U > | |
FxPartitionAllocAllocator (const FxPartitionAllocAllocator< U, Alloc, Free > &other) noexcept | |
pointer | address (reference x) const noexcept |
const_pointer | address (const_reference x) const noexcept |
pointer | allocate (size_type n, const void *hint=0) |
void | deallocate (pointer p, size_type n) |
size_type | max_size () const noexcept |
template<class U , class... Args> | |
void | construct (U *p, Args &&... args) |
template<class U > | |
void | destroy (U *p) |
bool | operator== (const FxPartitionAllocAllocator &that) |
bool | operator!= (const FxPartitionAllocAllocator &that) |
Definition at line 34 of file fx_memory_wrappers.h.
using FxPartitionAllocAllocator< T, Alloc, Free >::const_pointer = const T* |
Definition at line 44 of file fx_memory_wrappers.h.
using FxPartitionAllocAllocator< T, Alloc, Free >::const_reference = const T& |
Definition at line 46 of file fx_memory_wrappers.h.
using FxPartitionAllocAllocator< T, Alloc, Free >::difference_type = ptrdiff_t |
Definition at line 48 of file fx_memory_wrappers.h.
using FxPartitionAllocAllocator< T, Alloc, Free >::pointer = T* |
Definition at line 43 of file fx_memory_wrappers.h.
using FxPartitionAllocAllocator< T, Alloc, Free >::reference = T& |
Definition at line 45 of file fx_memory_wrappers.h.
using FxPartitionAllocAllocator< T, Alloc, Free >::size_type = size_t |
Definition at line 47 of file fx_memory_wrappers.h.
using FxPartitionAllocAllocator< T, Alloc, Free >::value_type = T |
Definition at line 42 of file fx_memory_wrappers.h.
|
defaultnoexcept |
|
defaultnoexcept |
|
default |
|
inlinenoexcept |
Definition at line 61 of file fx_memory_wrappers.h.
|
inlinenoexcept |
Definition at line 65 of file fx_memory_wrappers.h.
|
inlinenoexcept |
Definition at line 64 of file fx_memory_wrappers.h.
|
inline |
Definition at line 66 of file fx_memory_wrappers.h.
|
inline |
Definition at line 75 of file fx_memory_wrappers.h.
|
inline |
Definition at line 69 of file fx_memory_wrappers.h.
|
inline |
Definition at line 80 of file fx_memory_wrappers.h.
|
inlinenoexcept |
Definition at line 70 of file fx_memory_wrappers.h.
|
inline |
Definition at line 86 of file fx_memory_wrappers.h.
|
inline |
Definition at line 85 of file fx_memory_wrappers.h.