|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <secmem.h>
Public Types | |
| typedef std::size_t | size_type |
| typedef T | value_type |
Public Member Functions | |
| T * | allocate (std::size_t n) |
| void | deallocate (T *p, std::size_t n) |
| secure_allocator & | operator= (const secure_allocator &) noexcept=default |
| secure_allocator () noexcept=default | |
| secure_allocator (const secure_allocator &) noexcept=default | |
| template<typename U > | |
| secure_allocator (const secure_allocator< U > &) noexcept | |
| ~secure_allocator () noexcept=default | |
| typedef std::size_t Botan::secure_allocator< T >::size_type |
| typedef T Botan::secure_allocator< T >::value_type |
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
inline |
Definition at line 46 of file secmem.h.
References Botan::allocate_memory(), and T.
|
inline |
Definition at line 51 of file secmem.h.
References Botan::deallocate_memory(), and T.
|
defaultnoexcept |
1.8.9.1