jaulib v1.3.6
Jau Support Library (C++, Java, ..)
|
#include <cinttypes>
#include <memory>
#include <cstring>
#include <jau/basic_types.hpp>
#include <jau/secmem.hpp>
Go to the source code of this file.
Classes | |
struct | jau::callocator_sec< T, > |
A simple secure allocator for integral types using POSIX C functions: ::malloc() and ::free() . More... | |
struct | jau::callocator_sec< T, >::rebind< U > |
Namespaces | |
namespace | jau |
__pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros. | |
Functions | |
template<class T1, class T2> | |
bool | jau::operator!= (const callocator_sec< T1 > &lhs, const callocator_sec< T2 > &rhs) noexcept |
template<class T1, class T2> | |
bool | jau::operator== (const callocator_sec< T1 > &lhs, const callocator_sec< T2 > &rhs) noexcept |