|
Botan 3.9.0
Crypto and TLS for C&
|
#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 & | operator= (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 (secure_allocator &&) noexcept=default | |
| ~secure_allocator () noexcept=default | |
| typedef std::size_t Botan::secure_allocator< T >::size_type |
| typedef T Botan::secure_allocator< T >::value_type |
|
defaultnoexcept |
Referenced by operator=(), operator=(), secure_allocator(), secure_allocator(), secure_allocator(), and ~secure_allocator().
|
defaultnoexcept |
References secure_allocator().
|
defaultnoexcept |
References secure_allocator().
|
defaultnoexcept |
References secure_allocator().
|
inlineexplicitnoexcept |
|
inline |
Definition at line 53 of file secmem.h.
References Botan::allocate_memory().
|
inline |
Definition at line 55 of file secmem.h.
References Botan::deallocate_memory().
|
defaultnoexcept |
References secure_allocator().
|
defaultnoexcept |
References secure_allocator().