|
libstdc++
|
#include <allocator.h>
Public Types | |
| typedef const void * | const_pointer |
| typedef const void * | const_pointer |
| typedef const void & | const_reference |
| typedef ptrdiff_t | difference_type |
| typedef ptrdiff_t | difference_type |
| using | is_always_equal |
| using | is_always_equal |
| typedef void * | pointer |
| typedef void * | pointer |
| using | propagate_on_container_move_assignment |
| using | propagate_on_container_move_assignment |
| typedef void & | reference |
| typedef size_t | size_type |
| typedef size_t | size_type |
| typedef void | value_type |
| typedef void | value_type |
Public Member Functions | |
| constexpr | allocator (const allocator &__a) noexcept |
| constexpr | allocator (const allocator< _Tp1 > &) noexcept |
| const_pointer | address (const_reference __x) const noexcept |
| const_pointer | address (const_reference __x) const noexcept |
| pointer | address (reference __x) const noexcept |
| pointer | address (reference __x) const noexcept |
| void * | allocate (size_type __n, const void *=static_cast< const void * >(0)) |
| void * | allocate (size_type __n, const void *=static_cast< const void * >(0)) |
| void | construct (_Up *__p, _Args &&... __args) noexcept(std::is_nothrow_constructible< _Up, _Args... >::value) |
| void | construct (_Up *__p, _Args &&... __args) noexcept(std::is_nothrow_constructible< _Up, _Args... >::value) |
| void | deallocate (_Tp *__p, size_type __t) |
| void | deallocate (void *__p, size_type __t) |
| void | deallocate (void *__p, size_type __t) |
| void | destroy (_Up *__p) noexcept(std::is_nothrow_destructible< _Up >::value) |
| void | destroy (_Up *__p) noexcept(std::is_nothrow_destructible< _Up >::value) |
| size_type | max_size () const noexcept |
| size_type | max_size () const noexcept |
| allocator & | operator= (const allocator &)=default |
Friends | |
| constexpr bool | operator!= (const allocator &, const allocator &) noexcept |
| constexpr bool | operator== (const allocator &, const allocator &) noexcept |
allocator<void> specialization.
Definition at line 72 of file allocator.h.
| typedef const void* std::allocator< void >::const_pointer |
Definition at line 134 of file allocator.h.
| typedef const void* std::allocator< void >::const_pointer |
Definition at line 82 of file allocator.h.
| typedef const void& std::allocator< void >::const_reference |
Definition at line 136 of file allocator.h.
| typedef ptrdiff_t std::allocator< void >::difference_type |
Definition at line 129 of file allocator.h.
| typedef ptrdiff_t std::allocator< void >::difference_type |
Definition at line 77 of file allocator.h.
| using std::allocator< void >::is_always_equal |
Definition at line 148 of file allocator.h.
| using std::allocator< void >::is_always_equal |
Definition at line 94 of file allocator.h.
| typedef void* std::allocator< void >::pointer |
Definition at line 133 of file allocator.h.
| typedef void* std::allocator< void >::pointer |
Definition at line 81 of file allocator.h.
| using std::allocator< void >::propagate_on_container_move_assignment |
Definition at line 146 of file allocator.h.
| using std::allocator< void >::propagate_on_container_move_assignment |
Definition at line 92 of file allocator.h.
| typedef void& std::allocator< void >::reference |
Definition at line 135 of file allocator.h.
| typedef size_t std::allocator< void >::size_type |
Definition at line 128 of file allocator.h.
| typedef size_t std::allocator< void >::size_type |
Definition at line 76 of file allocator.h.
| typedef void std::allocator< void >::value_type |
Definition at line 127 of file allocator.h.
| typedef void std::allocator< void >::value_type |
Definition at line 75 of file allocator.h.
|
inlineconstexprnoexcept |
Definition at line 154 of file allocator.h.
|
inlineconstexprnoexcept |
Definition at line 157 of file allocator.h.
|
inlineconstexprnoexcept |
Definition at line 167 of file allocator.h.
|
inlinenoexcept |
Definition at line 172 of file allocator.h.
|
inlinenoexcept |
Definition at line 96 of file new_allocator.h.
|
inlinenoexcept |
Definition at line 96 of file new_allocator.h.
|
inlinenoexcept |
Definition at line 92 of file new_allocator.h.
|
inlinenoexcept |
Definition at line 92 of file new_allocator.h.
|
inlinenodiscard |
Definition at line 103 of file new_allocator.h.
|
inlinenodiscard |
Definition at line 103 of file new_allocator.h.
|
inlinenoexcept |
Definition at line 160 of file new_allocator.h.
|
inlinenoexcept |
Definition at line 160 of file new_allocator.h.
|
inlineinherited |
Definition at line 132 of file new_allocator.h.
|
inline |
Definition at line 132 of file new_allocator.h.
|
inline |
Definition at line 132 of file new_allocator.h.
|
inlinenoexcept |
Definition at line 166 of file new_allocator.h.
|
inlinenoexcept |
Definition at line 166 of file new_allocator.h.
|
inlinenoexcept |
Definition at line 154 of file new_allocator.h.
|
inlinenoexcept |
Definition at line 154 of file new_allocator.h.
|
friend |
Definition at line 207 of file allocator.h.
|
friend |
Definition at line 202 of file allocator.h.