GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
secmem::alloc< T > Class Template Reference
Collaboration diagram for secmem::alloc< T >:
Collaboration graph

Classes

struct  rebind
 

Public Types

typedef size_t size_type
 
typedef ptrdiff_t difference_type
 
typedef T * pointer
 
typedef const T * const_pointer
 
typedef T & reference
 
typedef const T & const_reference
 
typedef T value_type
 

Public Member Functions

pointer address (reference value) const
 
const_pointer address (const_reference value) const
 
 alloc (const alloc &)
 
template<typename U >
 alloc (const alloc< U > &)
 
size_type max_size () const
 
pointer allocate (size_type n, void *=0)
 
void deallocate (pointer p, size_type)
 
void construct (pointer p, const T &value)
 
void destruct (pointer p)
 

The documentation for this class was generated from the following file: