![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <secure.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) |
| typedef std::allocator<T> secure_allocator< T >::base |
| typedef base::const_pointer secure_allocator< T >::const_pointer |
| typedef base::const_reference secure_allocator< T >::const_reference |
| typedef base::difference_type secure_allocator< T >::difference_type |
| typedef base::pointer secure_allocator< T >::pointer |
| typedef base::reference secure_allocator< T >::reference |
| typedef base::size_type secure_allocator< T >::size_type |
| typedef base::value_type secure_allocator< T >::value_type |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inline |
1.8.14