#include <PKIFdll.h>
Definition at line 131 of file PKIFdll.h.
Public Types | |
typedef T | value_type |
typedef T * | pointer |
typedef const T * | const_pointer |
typedef T & | reference |
typedef const T & | const_reference |
typedef std::size_t | size_type |
typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
pointer | address (reference value) const |
const_pointer | address (const_reference value) const |
PKIFAlloc () throw () | |
PKIFAlloc (const PKIFAlloc &) throw () | |
~PKIFAlloc () throw () | |
size_type | max_size () const throw () |
pointer | allocate (size_type num, const void *=0) |
void | construct (pointer p, const T &value) |
void | destroy (pointer p) |
void | deallocate (pointer p, size_type num) |
Classes | |
struct | rebind |
typedef T PKIFAlloc< T >::value_type |
typedef const T* PKIFAlloc< T >::const_pointer |
typedef const T& PKIFAlloc< T >::const_reference |
typedef std::ptrdiff_t PKIFAlloc< T >::difference_type |
const_pointer PKIFAlloc< T >::address | ( | const_reference | value | ) | const [inline] |
Interface: Subsystem
Deallocate storage p of deleted elements
p | [in] Pointer to an object which will be deallocated |
num | [in] size type |
Definition at line 270 of file PKIFdll.h.
References PKIFDelete().