![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <allocators.h>
Classes | |
| struct | rebind |
Public Types | |
| typedef std::allocator< T > | base |
| typedef base::size_type | size_type |
| typedef base::difference_type | difference_type |
| typedef base::pointer | pointer |
| typedef base::const_pointer | const_pointer |
| typedef base::reference | reference |
| typedef base::const_reference | const_reference |
| typedef base::value_type | value_type |
Public Member Functions | |
| secure_allocator () noexcept | |
| secure_allocator (const secure_allocator &a) noexcept | |
| template<typename U > | |
| secure_allocator (const secure_allocator< U > &a) noexcept | |
| ~secure_allocator () noexcept | |
| T * | allocate (std::size_t n, const void *hint=0) |
| void | deallocate (T *p, std::size_t n) |
Definition at line 185 of file allocators.h.
| typedef std::allocator<T> secure_allocator< T >::base |
Definition at line 187 of file allocators.h.
| typedef base::const_pointer secure_allocator< T >::const_pointer |
Definition at line 191 of file allocators.h.
| typedef base::const_reference secure_allocator< T >::const_reference |
Definition at line 193 of file allocators.h.
| typedef base::difference_type secure_allocator< T >::difference_type |
Definition at line 189 of file allocators.h.
| typedef base::pointer secure_allocator< T >::pointer |
Definition at line 190 of file allocators.h.
| typedef base::reference secure_allocator< T >::reference |
Definition at line 192 of file allocators.h.
| typedef base::size_type secure_allocator< T >::size_type |
Definition at line 188 of file allocators.h.
| typedef base::value_type secure_allocator< T >::value_type |
Definition at line 194 of file allocators.h.
|
inlinenoexcept |
Definition at line 195 of file allocators.h.
|
inlinenoexcept |
Definition at line 196 of file allocators.h.
|
inlinenoexcept |
Definition at line 198 of file allocators.h.
|
inlinenoexcept |
Definition at line 201 of file allocators.h.
|
inline |
|
inline |
1.8.17